更新 'src/Viewer/splash.cxx'
This commit is contained in:
parent
c89302884c
commit
b585a1d1d0
@ -226,7 +226,7 @@ void SplashScreen::createNodes()
|
|||||||
}
|
}
|
||||||
// add main title last so it is atop all.
|
// 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.04f), 0.06, "经纬航通飞行平台 2024"s , osgText::Text::LEFT_TOP);
|
addText(geode, osg::Vec2(0.025f, 0.04f), 0.06, "经纬航通飞行平台"s + fgGetString("/sim/version/flightgear"), osgText::Text::LEFT_TOP);
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user