diff --git a/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.c b/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.c index fa21fdd9c1c..fb17f5158e3 100644 --- a/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.c +++ b/source/blender/editors/gpencil_legacy/gpencil_sculpt_paint.c @@ -1687,7 +1687,7 @@ static bool gpencil_sculpt_brush_do_frame(bContext *C, */ gpencil_brush_grab_stroke_init(gso, gps_active); changed |= gpencil_sculpt_brush_do_stroke( - gso, gps_active, bound_mat, gpencil_brush_grab_store_points); + gso, gps, bound_mat, gpencil_brush_grab_store_points); } else { /* Apply effect to the stored points */