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-08-26 12:57:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-26 12:57:19 +0300
commit56ec606413ef67aead62a04e8e1c7d89be90ece4 (patch)
tree20ea5e3b1f549bd76bc9f8ec6edb8d3ef9395bcf /source/blender/blenkernel/intern/brush.c
parent82f771b169ec6610da0c172f7624f696736f8b65 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/brush.c')
-rw-r--r--source/blender/blenkernel/intern/brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index 1444cc6deaf..84df994f051 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -535,7 +535,7 @@ void BKE_brush_update_material(Main *bmain, Material *ma, Brush *exclude_brush)
if (brush->gpencil_settings != NULL) {
BrushGpencilSettings *gpencil_settings = brush->gpencil_settings;
if (((gpencil_settings->flag & GP_BRUSH_MATERIAL_PINNED) == 0) &&
- (gpencil_settings->material != ma))
+ (gpencil_settings->material != ma))
{
gpencil_settings->material = ma;
}