更新 'src/Viewer/splash.cxx'

This commit is contained in:
zhongjin 2022-11-24 13:29:06 +08:00
parent 89d46f3966
commit 63fef17ad9

View File

@ -225,7 +225,8 @@ void SplashScreen::createNodes()
}
}
// add main title last so it is atop all.
addText(geode, osg::Vec2(0.025f, 0.02f), 0.08, "FlightGear "s + fgGetString("/sim/version/flightgear"), osgText::Text::LEFT_TOP);
//addText(geode, osg::Vec2(0.025f, 0.02f), 0.08, "FlightGear "s + fgGetString("/sim/version/flightgear"), osgText::Text::LEFT_TOP);
addText(geode, osg::Vec2(0.025f, 0.02f), 0.08, "JingweiHT 2022"s , osgText::Text::LEFT_TOP);
///////////