From 9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 16 Mar 2016 23:14:20 +0300 Subject: Remove virtual from Particle::update --- src/particle/particle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particle') 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. -- cgit v1.2.3-60-g2f50