Skip to content

Commit

Permalink
ARGH, stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Aug 12, 2012
1 parent b87856b commit 93e6c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gl/voxel.js
Expand Up @@ -474,7 +474,7 @@ voxel.Renderer.prototype = {
}
}
if(m===0) return new Float32Array();
return new Float32Array(mesh.buffer.slice(0, m*4-4));
return new Float32Array(mesh.buffer.slice(0, m*4));
}

};
Expand Down

0 comments on commit 93e6c55

Please sign in to comment.