diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-16 23:39:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-16 23:39:55 +0300 |
commit | 68151e88af407f5c45cd4fbf671c59645d8b4557 (patch) | |
tree | 5bb23c212922a53ad8d240b7e373b65a671ef629 /src/particle/particleengine.h | |
parent | 9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e (diff) | |
download | plus-68151e88af407f5c45cd4fbf671c59645d8b4557.tar.gz plus-68151e88af407f5c45cd4fbf671c59645d8b4557.tar.bz2 plus-68151e88af407f5c45cd4fbf671c59645d8b4557.tar.xz plus-68151e88af407f5c45cd4fbf671c59645d8b4557.zip |
Improve performance in moving child particles.
Diffstat (limited to 'src/particle/particleengine.h')
-rw-r--r-- | src/particle/particleengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle/particleengine.h b/src/particle/particleengine.h index 93688f777..fef12ba64 100644 --- a/src/particle/particleengine.h +++ b/src/particle/particleengine.h @@ -118,7 +118,7 @@ class ParticleEngine final private: // List of particles controlled by this particle Particles mChildParticles; - + Particles mChildMoveParticles; Map *mMap; }; |