summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-16 23:14:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-16 23:14:20 +0300
commit9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e (patch)
tree490a7983c732a12f1966cf352c77b68e4a8ba455 /src/particle
parent223665da129d29fc7fa08e61a880f6bf367b8738 (diff)
downloadplus-9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e.tar.gz
plus-9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e.tar.bz2
plus-9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e.tar.xz
plus-9a8e4dd9e99abff3b6e9b8351edd6bd1c009ed0e.zip
Remove virtual from Particle::update
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/particle.h2
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.