Clifford Wolf:

Fixed stupid CsgNode::render_cgal_nef_polyhedron() bug



git-svn-id: http://svn.clifford.at/openscad/trunk@31 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
clifford 2009-06-27 06:40:07 +00:00
parent aebe4a622a
commit 75e51ea1b2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {