Browse Source

Fix the last part of issue #90

shadowislord 10 năm trước cách đây
mục cha
commit
7a09fbbeb0

+ 1 - 0
jme3-plugins/src/ogre/java/com/jme3/scene/plugins/ogre/MaterialLoader.java

@@ -152,6 +152,7 @@ public class MaterialLoader implements AssetLoader {
         } catch (AssetNotFoundException ex){
             logger.log(Level.WARNING, "Cannot locate {0} for material {1}", new Object[]{texKey, matName});
             textures[texUnit].setImage(PlaceholderAssets.getPlaceholderImage());
+            textures[texUnit].setKey(texKey);
         }
     }