From 1aa785516652dba435cf5a5559da706fad9822d1 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 1 Oct 2013 12:43:30 -0700 Subject: [PATCH] cleanup --- interface/src/VoxelSystem.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index b181a5984d..e6fd87e292 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -111,10 +111,6 @@ void VoxelSystem::voxelDeleted(VoxelNode* node) { void VoxelSystem::setUseFastVoxelPipeline(bool useFastVoxelPipeline) { _useFastVoxelPipeline = useFastVoxelPipeline; printf("setUseFastVoxelPipeline() _useFastVoxelPipeline=%s\n", debug::valueOf(_useFastVoxelPipeline)); - //forceRedrawEntireTree(); - if (_voxelsUpdated < 1) { - _voxelsUpdated = 1; - } setupNewVoxelsForDrawing(); } @@ -826,7 +822,6 @@ int VoxelSystem::updateNodeInArraysAsFullVBO(VoxelNode* node) { return 1; // rendered } else { node->setBufferIndex(GLBUFFER_INDEX_UNKNOWN); - //node->setVoxelSystem(NULL); } return 0; // not-rendered