diff options
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -728,6 +728,8 @@ public: CSGChain *root_chain; #ifdef ENABLE_CGAL CGAL_Nef_polyhedron *root_N; + bool recreate_cgal_ogl_p; + void *cgal_ogl_p; #endif QVector<CSGTerm*> highlight_terms; |