Skip to content

Commit

Permalink
blocks list parsing bug fixed
Browse files Browse the repository at this point in the history
(cherry picked from commit 35bd785)
  • Loading branch information
sdson authored and bcbae committed Jun 10, 2019
1 parent 0140b4a commit cc48616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mago3d/f4d/BlocksList.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ BlocksList.prototype.stepOverBlockVersioned = function(arrayBuffer, bytesReaded,
var normalByteValuesCount;
var shortIndicesValuesCount;
var sizeLevels;
var startBuff, endBuff;

// Spec document Table 3-1
// vboCount
Expand Down

0 comments on commit cc48616

Please sign in to comment.