Explorar o código

Update I3DMLoaderBase.js

Garrett Johnson %!s(int64=5) %!d(string=hai) anos
pai
achega
5f9ab1e760
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;