fix own mistake updating edge slide, even edge-slide was broken

This commit is contained in:
Campbell Barton 2013-04-22 16:07:50 +00:00
parent cd7fbf9749
commit 8be5f035f4

@ -6004,7 +6004,7 @@ static int doEdgeSlide(TransInfo *t, float perc)
if (sv->edge_len > FLT_EPSILON) {
const float fac = min_ff(sv->edge_len, curr_length_perc) / sv->edge_len;
add_v3_v3v3(co_a, sv->dir_b, sv->dir_a);
add_v3_v3v3(co_a, sv->v_co_orig, sv->dir_a);
add_v3_v3v3(co_b, sv->v_co_orig, sv->dir_b);
if (sld->flipped_vtx) {