small bugfix

This commit is contained in:
Joseph Eagar
2009-07-22 00:51:13 +00:00
parent 0b79b8f933
commit eecc3f51d4

View File

@@ -1098,7 +1098,7 @@ static void loops_to_customdata_corners(BMesh *bm, CustomData *facedata,
texface->tile = texpoly->tile;
texface->unwrap = texpoly->unwrap;
for (j=0; j<3; i++) {
for (j=0; j<3; j++) {
l = l3[j];
mloopuv = CustomData_bmesh_get_n(&bm->ldata, l->head.data, CD_MLOOPUV, i);
texface->uv[j][0] = mloopuv->uv[0];