Fix T76690: Incorrect liquid particle count displayed

Reviewers: sergey, sebbas

Differential Revision: https://developer.blender.org/D7852
This commit is contained in:
Jacques Lucke
2020-07-15 12:45:40 +02:00
parent 4e8fc14120
commit ff2fa59689

View File

@@ -4966,6 +4966,7 @@ void particle_system_update(struct Depsgraph *depsgraph,
psys_orig->flag = (psys->flag & ~PSYS_SHARED_CACHES);
psys_orig->cfra = psys->cfra;
psys_orig->recalc = psys->recalc;
psys_orig->part->totpart = part->totpart;
}
}