mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
removed debug
This commit is contained in:
parent
f6863081f9
commit
60f2b9a438
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue