removed debug

This commit is contained in:
ZappoMan 2013-05-25 15:31:28 -07:00
parent f6863081f9
commit 60f2b9a438

View file

@ -168,7 +168,6 @@ void VoxelSystem::setupNewVoxelsForDrawing() {
// When we call removeOutOfView() voxels, we don't actually remove the voxels from the VBOs, but we do remove
// them from tree, this makes our tree caclulations faster, but doesn't require us to fully rebuild the VBOs (which
// can be expensive).
printLog("CALLING---removeOutOfView(); sinceLastViewCulling=%lf \n",sinceLastViewCulling);
removeOutOfView();
// Once we call cleanupRemovedVoxels() we do need to rebuild our VBOs (if anything was actually removed). So,