diff options
Diffstat (limited to 'src/imageparticle.h')
-rw-r--r-- | src/imageparticle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imageparticle.h b/src/imageparticle.h index a72063e74..85d08d43f 100644 --- a/src/imageparticle.h +++ b/src/imageparticle.h @@ -54,8 +54,8 @@ class ImageParticle : public Particle /** * Draws the particle image */ - virtual bool draw(Graphics *graphics, - int offsetX, int offsetY) const override; + virtual bool draw(Graphics *const graphics, + const int offsetX, const int offsetY) const override; virtual void setAlpha(const float alpha) override { mAlpha = alpha; } |