Skip to content

Commit

Permalink
Update I3DMLoaderBase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed May 29, 2020
1 parent 7985345 commit 5f9ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/I3DMLoaderBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f9ab1e

Please sign in to comment.