modified the add_face function of importerT to always return a valid

FaceHandle
This commit is contained in:
Martin Schultz
2017-06-29 13:38:22 +02:00
parent 77251c5db8
commit 41aab48143

View File

@@ -157,7 +157,7 @@ public:
}
// add face
FaceHandle fh = mesh_.add_face(vhandles);
fh = mesh_.add_face(vhandles);
// Mark failed face as non-manifold
if (mesh_.has_face_status())