diff options
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r-- | src/particle/particle.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index 510fe5b6a..fe268a088 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -67,10 +67,10 @@ class Particle notfinal : public Actor /** * Draws the particle image. */ - virtual void draw(Graphics *restrict const graphics, - const int offsetX, - const int offsetY) const restrict2 override - A_CONST A_NONNULL(2); + void draw(Graphics *restrict const graphics, + const int offsetX, + const int offsetY) const restrict2 override + A_CONST A_NONNULL(2); /** * Necessary for sorting with the other sprites. |