]> git.mxchange.org Git - flightgear.git/commitdiff
.rgb -> .png for generic splash textures
authormfranz <mfranz>
Tue, 14 Oct 2008 06:11:44 +0000 (06:11 +0000)
committermfranz <mfranz>
Tue, 14 Oct 2008 06:11:44 +0000 (06:11 +0000)
src/Main/splash.cxx

index f922ce448f3bdb2dd81a1f8ae69295f1f29d210c..9dca91cc47d2250335e6b19d160dcb3f72e2d392 100644 (file)
@@ -157,7 +157,7 @@ static osg::Node* fgCreateSplashCamera()
 
     tpath.append( "Textures/Splash" );
     tpath.concat( num_str );
-    tpath.concat( ".rgb" );
+    tpath.concat( ".png" );
   } else
     tpath.append( splash_texture );