mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
change default grow size
This commit is contained in:
parent
91f6aaa96e
commit
e93cab40ed
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ VoxelNodeBag::~VoxelNodeBag() {
|
|||
}
|
||||
}
|
||||
|
||||
const int GROW_BAG_BY = 500;
|
||||
const int GROW_BAG_BY = 100;
|
||||
|
||||
// put a node into the bag
|
||||
void VoxelNodeBag::insert(VoxelNode* node) {
|
||||
|
|
Loading…
Reference in a new issue