diff options
Diffstat (limited to 'dxftess-glu.cc')
-rw-r--r-- | dxftess-glu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxftess-glu.cc b/dxftess-glu.cc index 3256b4f..6bf0ad5 100644 --- a/dxftess-glu.cc +++ b/dxftess-glu.cc @@ -211,7 +211,7 @@ void dxf_tesselate(PolySet *ps, DxfData *dxf, double rot, bool up, bool do_trian gluTessNormal(tobj, 0, 0, +1); } - Grid3d< QPair<int,int> > point_to_path; + Grid3d< QPair<int,int> > point_to_path(GRID_COARSE); for (int i = 0; i < dxf->paths.count(); i++) { if (!dxf->paths[i].is_closed) |