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-09-11 22:57:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-11 22:57:31 +0300
commit6c6c3bad02d0f6f9c3deee40f403bb4f48ff7f26 (patch)
treecae4cb040a1627eba2120c8262ce799b2e491d78 /source/blender/editors/sculpt_paint/paint_image_proj.c
parentd49591654701b032bfea31b487941c7187ddd4a7 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_image_proj.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index 386ae315b93..43ca0382bf1 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -5744,7 +5744,7 @@ static bool proj_paint_add_slot(bContext *C, wmOperator *op)
if (type > LAYER_BASE_COLOR) {
/* This is a "non color data" image */
- NodeTexImage* tex = imanode->storage;
+ NodeTexImage *tex = imanode->storage;
tex->color_space = SHD_COLORSPACE_NONE;
}