summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 5fcead0..c34cce9 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -1280,7 +1280,7 @@ static void renderGLviaCGAL(void *vp)
DxfData dd(*m->root_N);
m->cgal_ogl_ps = new PolySet();
m->cgal_ogl_ps->is2d = true;
- dxf_tesselate(m->cgal_ogl_ps, &dd, 0, true, 0);
+ dxf_tesselate(m->cgal_ogl_ps, &dd, 0, true, false, 0);
}
glDisable(GL_LIGHTING);
contact: Jan Huwald // Impressum