Fix T84568: UV loop selection marks edges sharp

Regression in 6a10e69d27
(added when testing).
This commit is contained in:
Campbell Barton
2021-01-19 15:31:03 +11:00
parent d31dd1da80
commit e25f7e33ff

View File

@@ -647,8 +647,6 @@ static BMLoop *uvedit_loop_find_other_boundary_loop_with_visible_face(const Scen
}
} while (l_step != NULL);
BM_elem_flag_set(l_step_last->e, BM_ELEM_SMOOTH, false);
if (l_step_last != NULL) {
BLI_assert(uvedit_loop_find_other_radial_loop_with_visible_face(
scene, l_step_last, cd_loop_uv_offset) == NULL);