Removed debug code

This commit is contained in:
Gianpaolo Palma 2015-10-21 17:32:21 +00:00
parent 6cf0410a6f
commit 4a7940a37b
1 changed files with 1 additions and 3 deletions

View File

@ -998,9 +998,7 @@ public:
if ((*fi).cFFp(i)!=0)
{
size_t oldIndex = (*fi).FFp(i) - fbase;
printf("face %u %u\n", tri::Index(m , *fi), tri::Index(m, (*fi).FFp(i)));
assert(fbase <= (*fi).FFp(i));
assert(oldIndex < pu.remap.size());
assert(fbase <= (*fi).FFp(i) && oldIndex < pu.remap.size());
(*fi).FFp(i) = fbase+pu.remap[oldIndex];
}
}