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:
Diffstat (limited to 'source/blender/editors/mesh/editface.c')
-rw-r--r--source/blender/editors/mesh/editface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editface.c b/source/blender/editors/mesh/editface.c
index 6c17dff3428..ab6ec464a9b 100644
--- a/source/blender/editors/mesh/editface.c
+++ b/source/blender/editors/mesh/editface.c
@@ -676,7 +676,7 @@ void face_borderselect(Scene *scene, ARegion *ar)
rcti rect;
struct ImBuf *ibuf;
unsigned int *rt;
- int a, sx, sy, index, val;
+ int a, sx, sy, index, val= 0;
char *selar;
me= get_mesh(OBACT);