瀏覽代碼

Update I3DMLoaderBase.js

Garrett Johnson 5 年之前
父節點
當前提交
5f9ab1e760
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/base/I3DMLoaderBase.js

+ 1 - 1
src/base/I3DMLoaderBase.js

@@ -57,7 +57,7 @@ export class I3DMLoaderBase {
 		const batchTableBinaryByteLength = dataView.getUint32( 24, true );
 
 		// 4 bytes
-		const gltfFormat = dataView.getUint32( 28, true )
+		const gltfFormat = dataView.getUint32( 28, true );
 
 		// Feature Table
 		const featureTableStart = 32;