mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
added back setupNewVoxelsForDrawing() on changeTree()
This commit is contained in:
parent
4fb5e68425
commit
ed7fa6e311
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue