Fix for [#24262] Segmentation attempting to render *NEED MOER INFO*

This commit is contained in:
Janne Karhu
2010-10-19 17:45:19 +00:00
parent 94aa87dd62
commit fdfc09b49e

View File

@@ -3141,6 +3141,7 @@ static void direct_link_particlesystems(FileData *fd, ListBase *particles)
psys->childcachebufs.first = psys->childcachebufs.last = NULL;
psys->frand = NULL;
psys->pdd = NULL;
psys->renderdata = NULL;
direct_link_pointcache_list(fd, &psys->ptcaches, &psys->pointcache);