summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r--src/particle/particle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h
index 42dd31e15..f677ee01b 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -101,7 +101,8 @@ class Particle : public Actor
* Draws the particle image.
*/
virtual bool draw(Graphics *const graphics,
- const int offsetX, const int offsetY) const override;
+ const int offsetX,
+ const int offsetY) const override;
/**
* Necessary for sorting with the other sprites.