diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc index de0cc3583a4..c7595be1a35 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex.cc @@ -293,7 +293,7 @@ Vector pbvh_gather_generic(Object *ob, VPaint *wp, Sculpt *sd, Brush ss->pbvh, [&](PBVHNode &node) { return SCULPT_search_sphere(&node, &data); }); if (use_normal) { - SCULPT_pbvh_calc_area_normal(brush, ob, nodes, ss->cache->sculpt_normal_symm); + SCULPT_pbvh_calc_area_normal(brush, ob, nodes, ss->cache->sculpt_normal_symm); } else { zero_v3(ss->cache->sculpt_normal_symm);