fix code accidentally reintroduced

This commit is contained in:
David Kaufman
2025-12-23 17:14:19 -05:00
parent 78254763c0
commit dc7f2c7bfd

View File

@@ -3015,9 +3015,6 @@ void Adaptive2d::ProcessPolyNode(Paths boundPaths, Paths toolBoundPaths)
}
break;
}
if (iteration > 5 && fabs(error - prev_error) < 0.001) {
break;
}
if (iteration == MAX_ITERATIONS - 1) {
total_exceeded++;
}