diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 01:59:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 01:59:41 +0100 |
commit | eb8c57873f6120b8e37fefd170b4adcaf929928e (patch) | |
tree | 4f1b60aa7e53e8737c53a5c134dee31f306e1b79 /src | |
parent | ba0359c3a61534d21a33bb04123d9177d3efc208 (diff) |
a
Diffstat (limited to 'src')
-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 |