Cleanup: Remove a redundant increment operator #113394

Closed
Peng Yan wants to merge 1 commits from yp-4:dev_solidify into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions

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