summaryrefslogtreecommitdiff
path: root/src/particle/particle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/particle.cpp')
-rw-r--r--src/particle/particle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle/particle.cpp b/src/particle/particle.cpp
index 40b1b7a5a..26471d85a 100644
--- a/src/particle/particle.cpp
+++ b/src/particle/particle.cpp
@@ -242,7 +242,7 @@ void Particle::updateSelf() restrict2
> 0x00 && !mDeathEffect.empty())
{
Particle *restrict const deathEffect = particleEngine->addEffect(
- mDeathEffect, 0, 0);
+ mDeathEffect, 0, 0, 0);
if (deathEffect != nullptr)
deathEffect->moveBy(mPos);
}