diff --git a/panda/src/egg2sg/eggLoader.cxx b/panda/src/egg2sg/eggLoader.cxx index 1c09b7bef1..bccb3c12f8 100644 --- a/panda/src/egg2sg/eggLoader.cxx +++ b/panda/src/egg2sg/eggLoader.cxx @@ -788,6 +788,7 @@ apply_texture_apply_attributes(TextureApplyTransition *apply, } else { switch (egg_tex->get_env_type()) { case EggTexture::ET_modulate: + case EggTexture::ET_unspecified: apply->set_mode(TextureApplyProperty::M_modulate); break;