diff --git a/src/ifcgeom/IfcGeomIterator.h b/src/ifcgeom/IfcGeomIterator.h index 1cb5b6b7d0..1dcc36ab52 100644 --- a/src/ifcgeom/IfcGeomIterator.h +++ b/src/ifcgeom/IfcGeomIterator.h @@ -380,7 +380,7 @@ namespace IfcGeom { } catch (...) {} return !!current_triangulation; } else { - return false; + return true; } } private: