Fix T76690: Incorrect liquid particle count displayed
Reviewers: sergey, sebbas Differential Revision: https://developer.blender.org/D7852
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user