alpha-file implies we want alpha

This commit is contained in:
David Rose 2006-06-15 00:17:20 +00:00
parent b4633e4027
commit 0b93deaa03
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ load_texture(TextureDef &def, const EggTexture *egg_tex) {
break;
case EggTexture::F_unspecified:
break;
wanted_alpha = egg_tex->has_alpha_filename();
}
PT(Texture) tex;