From ed7fa6e311a368b3dbe5bf2e70f8aa7ea33d51b1 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Thu, 13 Feb 2014 14:39:10 -0800 Subject: [PATCH] added back setupNewVoxelsForDrawing() on changeTree() --- interface/src/VoxelSystem.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index 9cacd02b18..632c5e056e 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -1186,8 +1186,7 @@ void VoxelSystem::changeTree(VoxelTree* newTree) { connect(_tree, SIGNAL(importSize(float,float,float)), SIGNAL(importSize(float,float,float))); connect(_tree, SIGNAL(importProgress(int)), SIGNAL(importProgress(int))); - // TODO: hmmmmm????? - //setupNewVoxelsForDrawing(); + setupNewVoxelsForDrawing(); } void VoxelSystem::updateFullVBOs() {