Browse Source

Remove empty lines

Gary Hsu 9 năm trước cách đây
mục cha
commit
5ddaeabd1f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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);