mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
removed level form recursion calls
This commit is contained in:
parent
f720513aff
commit
66f0813981
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
VoxelTree myTree;
|
||||
|
||||
int _nodeCount=0;
|
||||
bool countVoxelsOperation(VoxelNode* node, int level, void* extraData) {
|
||||
bool countVoxelsOperation(VoxelNode* node, void* extraData) {
|
||||
if (node->isColored()){
|
||||
_nodeCount++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue