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>2015-01-12 03:42:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-12 03:46:44 +0300
commitf9c7cbd989c7ef82e46a997e2a3940e6f9e73213 (patch)
tree9f68c246de49f9ed0dd4e34cc956b10e87072651 /source/blender/editors/sculpt_paint
parent1864253db06957ec344e6504b1c33e7f83cdaa99 (diff)
revert part of 7a1dc20
These warnings are false positives & confuses intended logic to set dummy values.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 71ce63a8f80..7324cebbf49 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -2272,7 +2272,7 @@ static void wpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P
float paintweight;
int *indexar;
float totw;
- unsigned int index, totindex = 0;
+ unsigned int index, totindex;
float alpha;
float mval[2];
bool use_vert_sel;