they don't cost much either, and allow contoured images with colored
backgrounds -- nice for squadron emblems etc.)
} else
tpath.append( splash_texture );
- splash.read_rgb_texture(tpath.c_str());
+ splash.read_rgba_texture(tpath.c_str());
if (!splash.usable())
{
// Try compressed
SGPath fg_tpath = tpath;
fg_tpath.concat( ".gz" );
- splash.read_rgb_texture(fg_tpath.c_str());
+ splash.read_rgba_texture(fg_tpath.c_str());
if ( !splash.usable() )
{
SG_LOG( SG_GENERAL, SG_ALERT,