From 5f9ab1e7608462fd1211a1854c64bcdc7c8ac421 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 29 May 2020 14:13:23 -0700 Subject: [PATCH] Update I3DMLoaderBase.js --- src/base/I3DMLoaderBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/I3DMLoaderBase.js b/src/base/I3DMLoaderBase.js index b9674e47..7e0c4d73 100644 --- a/src/base/I3DMLoaderBase.js +++ b/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;