Accidentaly left in a line of debug code, which broke deform modifiers

after e.g. subsurf.
This commit is contained in:
Brecht Van Lommel
2007-12-07 12:05:12 +00:00
parent f4e2005933
commit e60580935b

View File

@@ -2031,8 +2031,6 @@ static void mesh_calc_modifiers(Object *ob, float (*inputVertexCos)[3],
}
}
if(md->type == eModifierType_ParticleSystem)
mti->deformVerts(md, ob, dm, deformedVerts, numVerts);
} else {
DerivedMesh *ndm;