Fix #107505: Temporary stack not cleared in BMesh normal calculation

Mistake in f8eebd3b25.
This commit is contained in:
Hans Goudey
2023-05-02 17:24:00 -04:00
parent c2a2c2dcab
commit d5fc1b9ba4
@@ -703,6 +703,7 @@ static int bm_mesh_loops_calc_normals_for_loop(BMesh *bm,
}
BKE_lnor_space_define(lnor_space, lnor, vec_org, vec_next, *edge_vectors);
edge_vectors->clear();
if (has_clnors) {
if (clnors_invalid) {