Removed comment
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user