1
0
Fork 0

.rgb -> .png for generic splash textures

This commit is contained in:
mfranz 2008-10-14 06:11:44 +00:00
parent d612706304
commit c3b1d4e806

View 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 );