mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Removed verbosity in CMake. Fixed overflow
This commit is contained in:
parent
2b5f1e283d
commit
d0b59d167f
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ public:
|
|||
inserted++;
|
||||
}
|
||||
|
||||
assert(inserted < totalNumNodes);
|
||||
rootNode = &nodes[inserted+1];
|
||||
assert(inserted <= totalNumNodes);
|
||||
rootNode = &nodes[inserted];
|
||||
rootNode->vid = -1;
|
||||
rootNode->parent = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue