diff options
-rw-r--r-- | src/RTree.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RTree.hpp b/src/RTree.hpp index 4c549212..e421db5a 100644 --- a/src/RTree.hpp +++ b/src/RTree.hpp @@ -1343,6 +1343,8 @@ void RTREE_QUAL::ListTree(std::vector<Rect>& treeList, std::vector<Node*>& toVis } } } + + toVisit.clear(); } RTREE_TEMPLATE |