X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fsplash.cxx;h=9dca91cc47d2250335e6b19d160dcb3f72e2d392;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=f922ce448f3bdb2dd81a1f8ae69295f1f29d210c;hpb=2f8beb56eafb97c0e38c04b192068a1578c79344;p=flightgear.git 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 );