Skip to content

Commit

Permalink
#optimize reader indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Sep 28, 2015
1 parent 0f378b2 commit 9060515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Three.JS/sea3d.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/WebGL/SDK/SEA3D.js
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ SEA3D.Geometry = function( name, data, sea ) {
for ( i = 0, len = 0; i < count; i ++ ) {

this.groups.push( {
start : data.readVInt() * 3,
start : len,
count : len += ( data.readVInt() * 3 ),
} );

Expand Down

0 comments on commit 9060515

Please sign in to comment.