diff options
Diffstat (limited to 'src/particle/rotationalparticle.cpp')
-rw-r--r-- | src/particle/rotationalparticle.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/particle/rotationalparticle.cpp b/src/particle/rotationalparticle.cpp index f5b4606ee..945517fba 100644 --- a/src/particle/rotationalparticle.cpp +++ b/src/particle/rotationalparticle.cpp @@ -53,9 +53,6 @@ RotationalParticle::~RotationalParticle() bool RotationalParticle::update() restrict2 { - if (!mAnimation) - return false; - // TODO: cache velocities to avoid spamming atan2() const int size = mAnimation->getLength(); |