]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.cxx
Improve timing statistics
[flightgear.git] / src / Main / splash.cxx
index 19b12348849d43277aaeebbb1979aa3ff6cffd34..9152fb26dcf2b2dc78bfc26009c3216c971c2462 100644 (file)
@@ -355,11 +355,9 @@ osg::Node* fgCreateSplashNode() {
 void fgSplashInit () {
   SG_LOG( SG_GENERAL, SG_INFO, "Initializing splash screen" );
   globals->get_renderer()->splashinit();
-  fgRequestRedraw();
 }
 
 void fgSplashProgress ( const char *text ) {
   SG_LOG( SG_GENERAL, SG_INFO, "Splash screen progress " << text );
   fgSetString("/sim/startup/splash-progress-text", text);
-  fgRequestRedraw();
 }