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 (...) {}
return !!current_triangulation;
} else {
return false;
return true;
}
}
private: