code cleanup: minor style change & quiet warning, also add assert for BM_vert_splice() to check for invalid use.

This commit is contained in:
2012-10-19 03:07:58 +00:00
parent 5ad61e9642
commit 9b07c98bb4
3 changed files with 23 additions and 19 deletions

View File

@@ -131,7 +131,7 @@ static void deformVerts(ModifierData *md, Object *ob,
ParticleSystemModifierData *psmd = (ParticleSystemModifierData *) md;
ParticleSystem *psys = NULL;
int needsFree = 0;
float cfra = BKE_scene_frame_get(md->scene);
/* float cfra = BKE_scene_frame_get(md->scene); */ /* UNUSED */
if (ob->particlesystem.first)
psys = psmd->psys;