Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 0722bb8e072..8f1d241dd9f 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -881,7 +881,7 @@ static float calc_vp_strength_col_dl(VPaint *vp, ViewContext *vc, const float co
return BKE_brush_curve_strength_clamp(brush, dist, brush_size_pressure);
}
}
- if(rgba)
+ if (rgba)
zero_v4(rgba);
return 0.0f;
}