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:
authorCampbell Barton <ideasman42@gmail.com>2018-01-28 09:00:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-28 09:00:39 +0300
commitbff1dae7675f67717591e5f8d44b142fee331c2d (patch)
treeff91a816552b7fe8a06925a1e46573e5813256aa /source/blender/editors/sculpt_paint
parentd386d4e7c4fd256b41dacfd011e9d3082b7654d5 (diff)
Cleanup: style, spelling
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 40d88d4901c..2ce047e33ec 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -369,7 +369,7 @@ static bool paint_brush_update(bContext *C,
else if (!(brush->flag & BRUSH_CURVE)) {
if (!paint_calculate_rake_rotation(ups, brush, mouse_init)) {
/* Not enough motion to define an angle. */
- if(!stroke->rake_started) {
+ if (!stroke->rake_started) {
is_dry_run = true;
}
}