فهرست منبع

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;