Fix: Build error after recent cleanup commit

Rename missing from b8014af7e0
This commit is contained in:
Hans Goudey
2025-04-18 14:07:05 -04:00
parent 378f949510
commit 337f0fc2fc

View File

@@ -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;