diff options
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particle.h b/src/particle.h index 3a48afbb4..2f4ea77fd 100644 --- a/src/particle.h +++ b/src/particle.h @@ -107,8 +107,8 @@ class Particle : public Actor /** * 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; /** * Necessary for sorting with the other sprites. |