error with recent commit, thanks Ender79 for finding.

This commit is contained in:
Campbell Barton
2011-11-18 17:28:19 +00:00
parent 4f7ecd79fe
commit 331dd678c7

View File

@@ -2303,7 +2303,7 @@ int mesh_recalcTesselation(CustomData *fdata,
mp = mpoly;
polyorigIndex = CustomData_get_layer(pdata, CD_ORIGINDEX);
for (i=0; i<totpoly; i++, mp++) {
if (mp->totloop < 2) {
if (mp->totloop < 3) {
/* do nothing */
}