Fix uninitialized variable use

This commit is contained in:
Campbell Barton
2014-09-05 10:58:44 +10:00
parent a7f87cfc0d
commit 220fcd43a9

View File

@@ -2920,7 +2920,7 @@ static void project_paint_begin(ProjPaintState *ps)
MTFace *tf_base;
MTFace **tf_clone;
MTFace *tf_clone_base;
MTFace *tf_clone_base = NULL;
int a, i; /* generic looping vars */
int image_index = -1, face_index;