summaryrefslogtreecommitdiff
path: root/src/particle/particleengine.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-16 23:39:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-16 23:39:55 +0300
commit68151e88af407f5c45cd4fbf671c59645d8b4557 (patch)
tree5bb23c212922a53ad8d240b7e373b65a671ef629 /src/particle/particleengine.h
parent9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e (diff)
downloadplus-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.h2
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;
};