Gary Hsu пре 9 година
родитељ
комит
5ddaeabd1f
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      loaders/glTF/babylon.glTFBinaryExtension.ts

+ 0 - 2
loaders/glTF/babylon.glTFBinaryExtension.ts

@@ -72,8 +72,6 @@
             }
 
             var sourceExt: IGLTFBinaryExtensionImage = source.extensions[this.name];
-
-
             var bufferView: IGLTFBufferView = gltfRuntime.bufferViews[sourceExt.bufferView];
             var buffer = GLTFUtils.GetBufferFromBufferView(gltfRuntime, bufferView, 0, bufferView.byteLength, EComponentType.UNSIGNED_BYTE);
             onSuccess(buffer);