Skip to content

Commit 5f9ab1e

Browse files
authored
Update I3DMLoaderBase.js
1 parent 7985345 commit 5f9ab1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/I3DMLoaderBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class I3DMLoaderBase {
5757
const batchTableBinaryByteLength = dataView.getUint32( 24, true );
5858

5959
// 4 bytes
60-
const gltfFormat = dataView.getUint32( 28, true )
60+
const gltfFormat = dataView.getUint32( 28, true );
6161

6262
// Feature Table
6363
const featureTableStart = 32;

0 commit comments

Comments
 (0)