diff options
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r-- | src/particle/particle.h | 3 |
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. |