mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +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++;
|
inserted++;
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(inserted < totalNumNodes);
|
assert(inserted <= totalNumNodes);
|
||||||
rootNode = &nodes[inserted+1];
|
rootNode = &nodes[inserted];
|
||||||
rootNode->vid = -1;
|
rootNode->vid = -1;
|
||||||
rootNode->parent = 0;
|
rootNode->parent = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue