From c3b1d4e806c6fca13da0e14b7f6535ad8251f9fa Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 14 Oct 2008 06:11:44 +0000 Subject: [PATCH] .rgb -> .png for generic splash textures --- src/Main/splash.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5