Seriously... Fix building!

This commit is contained in:
Bastien Montagne 2015-04-09 16:17:51 +02:00
parent 5197aa04c6
commit 4cadbb03a8
1 changed files with 2 additions and 1 deletions

View File

@ -63,10 +63,11 @@ UvVertMap *BKE_mesh_uv_vert_map_create(struct MPoly *mpoly, struct MLoop *mloop,
unsigned int a;
int i, totuv, nverts;
totuv = 0;
bool *winding;
BLI_buffer_declare_static(vec2f, tf_uv_buf, BLI_BUFFER_NOP, 32);
totuv = 0;
/* generate UvMapVert array */
mp = mpoly;
for (a = 0; a < totpoly; a++, mp++)