Fix early return in reverse-color where continue was intended

This commit is contained in:
Campbell Barton 2021-07-05 18:53:19 +10:00
parent 9009ac2c3d
commit a87593e62a
1 changed files with 1 additions and 1 deletions

View File

@ -3154,7 +3154,7 @@ static int edbm_reverse_colors_exec(bContext *C, wmOperator *op)
/* finish the operator */
if (!EDBM_op_finish(em, &bmop, op, true)) {
return OPERATOR_CANCELLED;
continue;
}
EDBM_update(obedit->data,