cloth: Fix [#36224] Cloth Simulation Doesn't Work on Rearranging Modifiers

Don't return imediately when simulation has changed.
It's not needed and prevented proper initialization on startframe when
simulation changed.
This commit is contained in:
Sergej Reich 2013-07-22 15:35:29 +00:00
parent 57ce6d1470
commit be7004237c

@ -476,7 +476,6 @@ void clothModifier_do(ClothModifierData *clmd, Scene *scene, Object *ob, Derived
BKE_ptcache_validate(cache, 0);
cache->last_exact= 0;
cache->flag &= ~PTCACHE_REDO_NEEDED;
return;
}
// unused in the moment, calculated separately in implicit.c