evas_3d_utils: fix compiler warning

This commit is contained in:
Daniel Kolesa 2015-08-05 11:12:24 +01:00
parent 20822f2008
commit 1ff8ab7d8e
1 changed files with 1 additions and 1 deletions

View File

@ -2814,7 +2814,7 @@ evas_tangent_space_get(float *data, float *tex_data, float *normal_data, unsigne
Evas_Vec2 tex1, tex2, tex3;
Evas_Vec3 big_tangent, little_tangent, normal;
Evas_Vec4 *plain = NULL;
int i, j, k, l, m, found_index = NULL;
int i, j, k, l, m, found_index = 0;
int indexes[3];
if (!tex_data)