A typo in my fix for bug #11740 caused problems with at least grid distributed particles.

This commit is contained in:
Janne Karhu 2008-09-18 17:42:17 +00:00
parent f7113fd267
commit a283e7e4af

@ -156,7 +156,7 @@ void psys_reset(ParticleSystem *psys, int mode)
int p=0;
for(; p<psys->totpart; p++, pa++)
pa->flag = PARS_NO_DISP;
pa->flag |= PARS_NO_DISP;
}
/* reset children */