manifold: Update to upstream commit 76208dc
This commit is contained in:
2
thirdparty/manifold/src/tree2d.h
vendored
2
thirdparty/manifold/src/tree2d.h
vendored
@ -44,7 +44,7 @@ void QueryTwoDTree(VecView<PolyVert> points, Rect r, F f) {
|
||||
int stackPointer = 0;
|
||||
|
||||
while (1) {
|
||||
if (currentView.size() <= 2) {
|
||||
if (currentView.size() <= 8) {
|
||||
for (const auto& p : currentView)
|
||||
if (r.Contains(p.pos)) f(p);
|
||||
if (--stackPointer < 0) break;
|
||||
|
||||
Reference in New Issue
Block a user