Just make gcc compiler happy (stupid harmless warning)

This commit is contained in:
Daniel Genrich 2008-06-19 13:41:06 +00:00
parent df8a3882c6
commit d6c8d2f701
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ int snapDerivedMesh(Object *ob, DerivedMesh *dm, float obmat[][4], float ray_sta
if (test == 1) {
MVert *verts = dm->getVertArray(dm);
MFace *faces = dm->getFaceArray(dm);
int *index_array;
int *index_array = NULL;
int index = 0;
int i;