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>2019-11-22 05:10:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-22 05:10:01 +0300
commite3204db7478343aa82d859e544ab0264376e9282 (patch)
tree7d9c69dd465b77d6d57ba0458fdbc80cdb3c8e4b /source/blender/editors/sculpt_paint/paint_cursor.c
parentf903835370bca79a7a0a287f6246b2d107fbe6d9 (diff)
Cleanup: warnings, set but unused vars
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_cursor.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c
index ac738f326a3..78c9980134f 100644
--- a/source/blender/editors/sculpt_paint/paint_cursor.c
+++ b/source/blender/editors/sculpt_paint/paint_cursor.c
@@ -1216,7 +1216,7 @@ static void sculpt_geometry_preview_lines_draw(const uint gpuattr, SculptSession
static void sculpt_multiplane_scrape_preview_draw(const uint gpuattr,
SculptSession *ss,
- float *outline_col,
+ const float outline_col[3],
float outline_alpha)
{
float local_mat_inv[4][4];