mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Fixed the actual number of nodes used
This commit is contained in:
parent
bb5745e34b
commit
bfc2cf3bcd
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public:
|
||||||
nodes[i].parent = rootNode;
|
nodes[i].parent = rootNode;
|
||||||
rootNode->children.push_back(&nodes[i]);
|
rootNode->children.push_back(&nodes[i]);
|
||||||
}
|
}
|
||||||
activeNodes = inserted;
|
activeNodes = inserted+1;
|
||||||
}
|
}
|
||||||
|
|
||||||
~VoidTree()
|
~VoidTree()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue