1
0
Fork 0

src/Viewer/splash.cxx: removed CompositeViewer startup message.

This commit is contained in:
Julian Smith 2021-08-29 20:52:16 +01:00
parent 83b0a31b76
commit 74dd221e60

View file

@ -205,12 +205,6 @@ void SplashScreen::createNodes()
nullptr, -1.0, osg::Vec4(1.0, 0.0, 0.0, 1.0));
}
if (fgGetBool("/sim/rendering/composite-viewer-enabled")) {
addText(geode, osg::Vec2(0.5f, 0.65f), 0.03,
"CompositeViewer",
osgText::Text::CENTER_CENTER,
nullptr, -1.0, osg::Vec4(1.0, 0.0, 0.0, 1.0));
}
#ifndef NDEBUG
addText(geode, osg::Vec2(0.5f, 0.75f), 0.03,
"Debug build",