summaryrefslogtreecommitdiff
path: root/src/particle/particle.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/particle.h
parent9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e (diff)
downloadManaVerse-68151e88af407f5c45cd4fbf671c59645d8b4557.tar.gz
ManaVerse-68151e88af407f5c45cd4fbf671c59645d8b4557.tar.bz2
ManaVerse-68151e88af407f5c45cd4fbf671c59645d8b4557.tar.xz
ManaVerse-68151e88af407f5c45cd4fbf671c59645d8b4557.zip
Improve performance in moving child particles.
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r--src/particle/particle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h
index dfe6ac4d1..c0e149c97 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -279,6 +279,8 @@ class Particle notfinal : public Actor
// List of particles controlled by this particle
Particles mChildParticles;
+ Particles mChildMoveParticles;
+
// Particle effect file to be spawned when the particle dies
std::string mDeathEffect;