Fix the last part of issue #90

experimental
shadowislord 10 years ago
parent 307a0e7aed
commit 7a09fbbeb0
  1. 1
      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);
}
}

Loading…
Cancel
Save