Fix windows build

This commit is contained in:
Pablo Dobarro 2021-01-04 21:22:45 +01:00
parent 90931d6de9
commit 7754c4f10f
1 changed files with 2 additions and 0 deletions

View File

@ -238,11 +238,13 @@ void SCULPT_OT_mask_gradient(struct wmOperatorType *ot)
ot->description = "Creates or modifies the mask using a gradient";
/* api callbacks */
/*
ot->invoke = WM_gesture_straightline_invoke;
ot->modal = WM_gesture_straightline_modal;
ot->exec = sculpt_gradient_update_exec;
ot->poll = SCULPT_mode_poll;
*/
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;