From: mfranz Date: Tue, 14 Oct 2008 06:11:44 +0000 (+0000) Subject: .rgb -> .png for generic splash textures X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3b1d4e806c6fca13da0e14b7f6535ad8251f9fa;p=flightgear.git .rgb -> .png for generic splash textures --- diff --git a/src/Main/splash.cxx b/src/Main/splash.cxx index f922ce448..9dca91cc4 100644 --- a/src/Main/splash.cxx +++ b/src/Main/splash.cxx @@ -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 );