Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-12-11 14:05:16 +11:00
commit 42126bdf06
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ void bmo_rotate_edges_exec(BMesh *bm, BMOperator *op)
}
if (is_simple) {
bm_rotate_edges_simple(bm, op, use_ccw, check_flag);
bm_rotate_edges_simple(bm, op, check_flag, use_ccw);
}
else {
bm_rotate_edges_shared(bm, op, check_flag, use_ccw, edges_len);