diff options
Diffstat (limited to 'src/csgops.cc')
-rw-r--r-- | src/csgops.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csgops.cc b/src/csgops.cc index f8f8995..508eecc 100644 --- a/src/csgops.cc +++ b/src/csgops.cc @@ -108,6 +108,7 @@ CGAL_Nef_polyhedron CsgNode::render_cgal_nef_polyhedron() const N.p3 *= v->render_cgal_nef_polyhedron().p3; } } + v->progress_report(); } cgal_nef_cache.insert(cache_id, new cgal_nef_cache_entry(N), N.weight()); |