소스 검색

*** empty log message ***

David Rose 25 년 전
부모
커밋
5fea860c84
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      panda/src/egg2sg/eggLoader.cxx

+ 1 - 0
panda/src/egg2sg/eggLoader.cxx

@@ -788,6 +788,7 @@ apply_texture_apply_attributes(TextureApplyTransition *apply,
   } else {
   } else {
     switch (egg_tex->get_env_type()) {
     switch (egg_tex->get_env_type()) {
     case EggTexture::ET_modulate:
     case EggTexture::ET_modulate:
+    case EggTexture::ET_unspecified:
       apply->set_mode(TextureApplyProperty::M_modulate);
       apply->set_mode(TextureApplyProperty::M_modulate);
       break;
       break;