code cleanup: minor style change & quiet warning, also add assert for BM_vert_splice() to check for invalid use.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user