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, 1 insertions, 2 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h
index f0e0cb30a..92e32ab22 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -71,8 +71,7 @@ class Particle notfinal : public Actor
*/
void draw(Graphics *restrict const graphics,
const int offsetX,
- const int offsetY) const restrict2 override
- A_CONST A_NONNULL(2);
+ const int offsetY) const restrict2 override A_NONNULL(2);
/**
* Necessary for sorting with the other sprites.