Correction to recent rip-tear

This commit is contained in:
Campbell Barton 2014-07-24 23:12:37 +10:00
parent de4629880e
commit 41c31b8e55

@ -373,9 +373,8 @@ void bmo_dissolve_verts_exec(BMesh *bm, BMOperator *op)
}
}
}
if (!use_face_split) {
bm_face_split(bm, VERT_MARK_TEAR, true);
}
bm_face_split(bm, VERT_MARK_TEAR, true);
}
BMO_ITER (v, &oiter, op->slots_in, "verts", BM_VERT) {