Fixes #30. Thanks to Ian Clevy.

This commit is contained in:
Thomas Krijnen
2015-02-03 09:40:17 +00:00
parent b5f055e54b
commit 5f677baf63
+1 -1
View File
@@ -380,7 +380,7 @@ namespace IfcGeom {
} catch (...) {} } catch (...) {}
return !!current_triangulation; return !!current_triangulation;
} else { } else {
return false; return true;
} }
} }
private: private: