Fix for bug in settings particle reactor recalc.

Patch by Thomas Knight, thanks!
This commit is contained in:
2008-02-24 19:50:21 +00:00
parent e601994b15
commit f31dd8075c

View File

@@ -3067,7 +3067,7 @@ void psys_flush_settings(ParticleSettings *part, int event, int hair_recalc)
tpsys=BLI_findlink(&tob->particlesystem,psys->target_psys-1);
if(tpsys && tpsys->part==part){
psys->flag |= event;
psys->recalc |= event;
flush++;
}
}