Add break statement missing from 5cb1e18f72

This commit is contained in:
Campbell Barton 2021-04-29 16:56:06 +10:00
parent 4a2c92ea9c
commit 4338595a97
1 changed files with 1 additions and 0 deletions

View File

@ -1431,6 +1431,7 @@ static int object_gpencil_add_exec(bContext *C, wmOperator *op)
/* Stroke object is drawn in front of meshes by default. */
ob->dtx |= OB_DRAW_IN_FRONT;
break;
}
default:
BKE_report(op->reports, RPT_WARNING, "Not implemented");