mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge branch 'master' of github.com:worklist/hifi into assignment
This commit is contained in:
commit
42de553e32
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ VoxelNode::~VoxelNode() {
|
|||
setChildAtIndex(i, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
// at this point, we should have no children, but we need to drop ourselves from population counts
|
||||
_singleChildrenCount--;
|
||||
_childrenCount[0]--;
|
||||
}
|
||||
|
||||
void VoxelNode::markWithChangedTime() {
|
||||
|
|
Loading…
Reference in a new issue