Removed unneeded variable from Image Exporter

This commit is contained in:
Gaia Clary 2012-07-09 21:57:04 +00:00
parent 954d2a9b31
commit 3c0579afc5

@ -153,8 +153,7 @@ void ImagesExporter::export_UV_Images()
for (int i = 0; i < me->pdata.totlayer; i++) {
if (me->pdata.layers[i].type == CD_MTEXPOLY) {
MTexPoly *txface = (MTexPoly *)me->pdata.layers[i].data;
MFace *mface = me->mface;
for (int j = 0; j < me->totpoly; j++, mface++, txface++) {
for (int j = 0; j < me->totpoly; j++, txface++) {
Image *ima = txface->tpage;
if (ima == NULL)