summaryrefslogtreecommitdiff
path: root/src/particle/imageparticle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/imageparticle.h')
-rw-r--r--src/particle/imageparticle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h
index 98a0f3d25..fab5dd4b5 100644
--- a/src/particle/imageparticle.h
+++ b/src/particle/imageparticle.h
@@ -51,9 +51,9 @@ class ImageParticle notfinal : public Particle
virtual void draw(Graphics *restrict const graphics,
const int offsetX,
const int offsetY) const
- restrict2 override final A_NONNULL(2);
+ restrict2 final A_NONNULL(2);
- void setAlpha(const float alpha) restrict2 override final
+ void setAlpha(const float alpha) restrict2 final
{ mAlpha = alpha; }
static StringIntMap imageParticleCountByName;