diff options
-rw-r--r-- | src/particle/particle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index fd69b667f..dfe6ac4d1 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -65,7 +65,7 @@ class Particle notfinal : public Actor * Updates particle position, returns false when the particle should * be deleted. */ - virtual bool update() restrict2; + bool update() restrict2; /** * Draws the particle image. |