Cleanup: Remove a redundant increment operator

Ref !113394.
This commit is contained in:
Peng Yan
2023-10-09 22:41:04 +11:00
committed by Campbell Barton
parent d0ee4f2283
commit ed3eaff968

View File

@@ -672,7 +672,7 @@ static void calc_solidify_normals(BMesh *bm)
continue;
}
i = edge_face_count[BM_elem_index_get(e)]++;
i = edge_face_count[BM_elem_index_get(e)];
if (i == 0 || i > 2) {
/* Edge & vertices are non-manifold even when considering