summaryrefslogtreecommitdiff
path: root/graphics/asymptote/path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/path.cc')
-rw-r--r--graphics/asymptote/path.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/path.cc b/graphics/asymptote/path.cc
index 75b084fa36..47461cef0d 100644
--- a/graphics/asymptote/path.cc
+++ b/graphics/asymptote/path.cc
@@ -997,8 +997,8 @@ bool intersections(double &s, double &t, std::vector<double>& S,
// Overlapping bounding boxes
--depth;
- fuzz *= 2.0;
- fuzz2=max(fuzzFactor*fuzz*fuzz,Fuzz2);
+// fuzz *= 2;
+// fuzz2=max(fuzzFactor*fuzz*fuzz,Fuzz2);
if((maxp-minp).length()+(maxq-minq).length() <= fuzz || depth == 0) {
if(single) {