A typo in my fix for bug #11740 caused problems with at least grid distributed particles.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user