diff options
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); } |