fix for typo in bevel code.

This commit is contained in:
Campbell Barton
2011-09-12 15:13:31 +00:00
parent f7243ece07
commit 88d1ce74cf

View File

@@ -594,7 +594,7 @@ void bmesh_bevel_exec(BMesh *bm, BMOperator *op)
if (!v1)
v1 = tag->newv;
else if (!v2);
else if (!v2)
v2 = tag->newv;
}