just some comment fixes

This commit is contained in:
Tom Musgrove
2009-08-30 03:10:03 +00:00
parent c9d2a1b71b
commit 4b206c675c
2 changed files with 3 additions and 3 deletions

View File

@@ -115,9 +115,9 @@ typedef struct ShrinkwrapCalcData
int vgroup; //Vertex group num
struct DerivedMesh *target; //mesh we are shrinking to
SpaceTransform local2target; //transform to move bettwem local and target space
SpaceTransform local2target; //transform to move between local and target space
float keepDist; //Distance to kept from target (units are in local space)
float keepDist; //Distance to keep above target surface (units are in local space)
} ShrinkwrapCalcData;

View File

@@ -574,7 +574,7 @@ void shrinkwrapModifier_deform(ShrinkwrapModifierData *smd, Scene *scene, Object
}
}
//Just to make sure we are not letting any memory behind
//Just to make sure we are not leaving any memory behind
assert(ssmd.emCache == NULL);
assert(ssmd.mCache == NULL);
}