Browse Source

Try to fix GLTF loading issues

MeFisto94 7 years ago
parent
commit
26d404cb67
1 changed files with 0 additions and 9 deletions
  1. 0 9
      jme3-blender/src/com/jme3/gde/blender/GLTFDataObject.java

+ 0 - 9
jme3-blender/src/com/jme3/gde/blender/GLTFDataObject.java

@@ -87,13 +87,4 @@ public class GLTFDataObject extends SpatialAssetDataObject {
     public GLTFDataObject(FileObject pf, MultiFileLoader loader) throws DataObjectExistsException, IOException {
         super(pf, loader);
     }
-
-    @Override
-    public ModelKey getAssetKey() {
-        if (assetKey != null) {
-            return (ModelKey)assetKey; // since there is no GLTFKey
-        } else {
-            return super.getAssetKey();
-        }
-    }
 }