Explorar o código

Remove empty lines

Gary Hsu %!s(int64=9) %!d(string=hai) anos
pai
achega
5ddaeabd1f
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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);