From ed3eaff968c1928888189adf00c114095cbe6bd7 Mon Sep 17 00:00:00 2001 From: Peng Yan <1105012124@qq.com> Date: Mon, 9 Oct 2023 22:41:04 +1100 Subject: [PATCH] Cleanup: Remove a redundant increment operator Ref !113394. --- source/blender/bmesh/operators/bmo_extrude.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/bmesh/operators/bmo_extrude.cc b/source/blender/bmesh/operators/bmo_extrude.cc index aea7a3a504b..e3f9ac5eaf1 100644 --- a/source/blender/bmesh/operators/bmo_extrude.cc +++ b/source/blender/bmesh/operators/bmo_extrude.cc @@ -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