added back setupNewVoxelsForDrawing() on changeTree()

This commit is contained in:
ZappoMan 2014-02-13 14:39:10 -08:00
parent 4fb5e68425
commit ed7fa6e311

View file

@ -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() {