summaryrefslogtreecommitdiff
path: root/csgops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'csgops.cc')
-rw-r--r--csgops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/csgops.cc b/csgops.cc
index 57899e9..e1aa246 100644
--- a/csgops.cc
+++ b/csgops.cc
@@ -63,7 +63,7 @@ AbstractNode *CsgModule::evaluate(const Context*, const QVector<QString>&, const
CGAL_Nef_polyhedron CsgNode::render_cgal_nef_polyhedron() const
{
- bool first;
+ bool first = true;
CGAL_Nef_polyhedron N;
foreach (AbstractNode *v, children) {
if (first) {
contact: Jan Huwald // Impressum