| Index: tests/BBoxHierarchyTest.cpp
|
| diff --git a/tests/BBoxHierarchyTest.cpp b/tests/BBoxHierarchyTest.cpp
|
| index a562da24f89c75ce11da4942dc91503eff8e9360..ae3efbee0f622c5791f60b8700dd484b656e8c32 100644
|
| --- a/tests/BBoxHierarchyTest.cpp
|
| +++ b/tests/BBoxHierarchyTest.cpp
|
| @@ -13,7 +13,7 @@
|
|
|
| static const size_t RTREE_MIN_CHILDREN = 6;
|
| static const size_t RTREE_MAX_CHILDREN = 11;
|
| -static const size_t QUADTREE_MIN_CHILDREN = 4;
|
| +static const size_t QUADTREE_MIN_CHILDREN = 0;
|
| static const size_t QUADTREE_MAX_CHILDREN = 0; // No hard limit for quadtree
|
|
|
| static const int NUM_RECTS = 200;
|
|
|