revert unneeded eekadoodle fix

This commit is contained in:
Howard Trickey
2011-08-10 10:32:23 +00:00
parent cbb2e58b68
commit aaa72c575a

View File

@@ -2364,14 +2364,6 @@ int mesh_recalcTesselation(CustomData *fdata,
mf->v2 = mloop[mf->v2].v;
mf->v3 = mloop[mf->v3].v;
if(mf->v3==0) {
/*prevent eekadoodle*/
SWAP(int, mf->v1, mf->v2);
SWAP(int, mf->v2, mf->v3);
SWAP(int, lindex[0], lindex[1]);
SWAP(int, lindex[1], lindex[2]);
}
mesh_loops_to_tri_corners(fdata, ldata, pdata,
lindex, i, mf->v4);