diff options
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particle.h b/src/particle.h index fc0090c61..13d322633 100644 --- a/src/particle.h +++ b/src/particle.h @@ -105,7 +105,8 @@ class Particle : public Actor /** * Draws the particle image. */ - virtual bool draw(Graphics *graphics, int offsetX, int offsetY) const override; + virtual bool draw(Graphics *graphics, + int offsetX, int offsetY) const override; /** * Necessary for sorting with the other sprites. |