change default grow size

This commit is contained in:
ZappoMan 2013-04-26 12:12:41 -07:00
parent 91f6aaa96e
commit e93cab40ed

View file

@ -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) {