fix [#33391] Bridge two Edgeloops fails in simple case

This commit is contained in:
Campbell Barton 2012-12-03 04:53:30 +00:00
parent 61da29996a
commit a490f4f7c4

@ -389,6 +389,7 @@ void bmo_bridge_loops_exec(BMesh *bm, BMOperator *op)
if (len < min) {
min = len;
starti = i;
dir1 = 1;
}
/* compute summed length between vertices in backward direction */