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>2016-01-24 04:13:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-24 04:13:37 +0300
commit317425414203ce34e7d4f30caeb236b26a185ba4 (patch)
tree8742b9c2cd56564a700b6a10a16b8b1878cbf103 /source/blender/editors/sculpt_paint
parent0284fe857969445c9efb3ee2e2dbba0babbe543d (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index 27025280b4c..fa654165f6a 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -151,7 +151,7 @@ static int mask_flood_fill_exec(bContext *C, wmOperator *op)
MaskTaskData data = {
.ob = ob, .pbvh = pbvh, .nodes = nodes, .multires = multires,
- .mode = mode, .value = value,
+ .mode = mode, .value = value,
};
BLI_task_parallel_range(