Another fix for duplicating objects with particles.

This commit is contained in:
Brecht Van Lommel
2009-10-19 13:21:37 +00:00
parent 2d0f3274bd
commit 596d25773a

View File

@@ -1133,6 +1133,7 @@ ParticleSystem *copy_particlesystem(ParticleSystem *psys)
psysn->pathcache= NULL;
psysn->childcache= NULL;
psysn->edit= NULL;
psysn->frand= NULL;
psysn->pdd= NULL;
psysn->pathcachebufs.first = psysn->pathcachebufs.last = NULL;