diff --git a/source/blender/editors/sculpt_paint/sculpt.cc b/source/blender/editors/sculpt_paint/sculpt.cc index edf1810811d..a5275a558cd 100644 --- a/source/blender/editors/sculpt_paint/sculpt.cc +++ b/source/blender/editors/sculpt_paint/sculpt.cc @@ -2578,7 +2578,7 @@ static float3 calc_sculpt_normal(const Depsgraph &depsgraph, static void update_sculpt_normal(const Depsgraph &depsgraph, const Sculpt &sd, Object &ob, - const brushes::NodeMaskResult &node_mask_result) + const brushes::CursorSampleResult &node_mask_result) { const Brush &brush = *BKE_paint_brush_for_read(&sd.paint); StrokeCache &cache = *ob.sculpt->cache;