Fix crashing mask brush after recent changes

This commit is contained in:
Brecht Van Lommel 2019-09-09 19:19:59 +02:00
parent 8594cdb456
commit 828ef61cd1
Notes: blender-bot 2023-02-14 08:07:50 +01:00
Referenced by issue #69692, Crash when using the mask brush in sculpt mode
1 changed files with 1 additions and 0 deletions

View File

@ -5127,6 +5127,7 @@ static void do_brush_action(Sculpt *sd, Object *ob, Brush *brush, UnifiedPaintSe
break;
case SCULPT_TOOL_MASK:
do_mask_brush(sd, ob, nodes, totnode);
break;
case SCULPT_TOOL_POSE:
do_pose_brush(sd, ob, nodes, totnode);
break;