From b585a1d1d0556830a3413cf94887b0ce4bb308bc Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 1 Sep 2024 20:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Viewer/splash.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Viewer/splash.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Viewer/splash.cxx b/src/Viewer/splash.cxx index a834cdd..77ac0dd 100644 --- a/src/Viewer/splash.cxx +++ b/src/Viewer/splash.cxx @@ -226,7 +226,7 @@ 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.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); ///////////