Removed comment

This commit is contained in:
Holden Green
2018-07-04 21:59:56 -07:00
parent c5b3139653
commit 7befd59de4

View File

@@ -1043,11 +1043,10 @@ static bool exportGroupsToShape(shape_t *shape,
size_t npolys = face.vertex_indices.size(); size_t npolys = face.vertex_indices.size();
/*
if (npolys < 3) { if (npolys < 3) {
// Face must have 3+ vertices. // Face must have 3+ vertices.
continue; continue;
}*/ }
vertex_index_t i0 = face.vertex_indices[0]; vertex_index_t i0 = face.vertex_indices[0];
vertex_index_t i1(-1); vertex_index_t i1(-1);