Bugfix: the transform of a particle system in a dupli-group was wrong.

This commit is contained in:
Brecht Van Lommel
2007-12-17 21:19:17 +00:00
parent 25a434fd25
commit f4e1c89b20

View File

@@ -4581,6 +4581,6 @@ void particle_system_update(Object *ob, ParticleSystem *psys){
system_step(ob,psys,psmd,cfra);
Mat4CpyMat4(psys->imat, ob->imat); /* used for duplicators */
Mat4Invert(psys->imat, ob->obmat); /* used for duplicators */
}