Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE to true/false in code using them).

This commit is contained in:
2014-01-23 14:50:50 +01:00
parent 26ae14d2dc
commit c37e8ecc50
17 changed files with 31 additions and 31 deletions

View File

@@ -128,7 +128,7 @@ static void deformVertsEM(
{
DerivedMesh *dm = derivedData;
if (!derivedData) dm = CDDM_from_editbmesh(em, FALSE, FALSE);
if (!derivedData) dm = CDDM_from_editbmesh(em, false, false);
deformVerts(md, ob, dm, vertexCos, numVerts, 0);