This commit is contained in:
Max Lyon
2018-08-08 14:38:07 +02:00
parent c0fa8fcdb0
commit fcb68a2845

View File

@@ -425,7 +425,7 @@ bool _OMReader_::read_binary_face_chunk(std::istream &_is, BaseImporter &_bi, Op
}
else
{
// add faces by simple setting an incident face
// add faces by simply setting an incident halfedge
for (; fidx < header_.n_faces_; ++fidx)
{
int halfedge_id;