Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Aug 23, 2016
1 parent 4a18731 commit b05417e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Cesium3DTilesTester.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ define([
view.setUint32(16, 0, true); // featureTableBinaryByteLength
view.setUint32(20, 0, true); // batchTableJSONByteLength
view.setUint32(24, 0, true); // batchTableBinaryByteLength
view.setUint32(38, gltfFormat, true); // gltfFormat
view.setUint32(28, gltfFormat, true); // gltfFormat

var i;
var byteOffset = headerByteLength;
Expand Down

0 comments on commit b05417e

Please sign in to comment.