diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-01 15:03:34 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-01 15:03:34 (GMT) |
commit | 6041c34f0b458b3cb791a0e15b0f01bf3142981c (patch) | |
tree | 02236427fa8e073f81eb47b1c3a61cb92b945b1a /src/primitives.cc | |
parent | fee63ab7aec661ea3fe5890e79df752f1af10690 (diff) |
Refactored some non-CGAL functionality into separate functions in PolySetCGALEvaluator
Diffstat (limited to 'src/primitives.cc')
-rw-r--r-- | src/primitives.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitives.cc b/src/primitives.cc index 4210e15..5502192 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -559,7 +559,7 @@ sphere_next_r2: p->is2d = true; p->convexity = convexity; - dxf_tesselate(p, &dd, 0, true, false, 0); + dxf_tesselate(p, dd, 0, true, false, 0); dxf_border_to_ps(p, &dd); } |