diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-24 12:18:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-24 12:18:21 +0300 |
commit | af2677411d895573cf9bc225518d6a1a16079863 (patch) | |
tree | ea7f4fd07c791ca61617943acab038d19b55b2e0 /src/particle/particle.h | |
parent | 950b1bc690ff36013e5e650572872ee7acd5e942 (diff) | |
download | plus-af2677411d895573cf9bc225518d6a1a16079863.tar.gz plus-af2677411d895573cf9bc225518d6a1a16079863.tar.bz2 plus-af2677411d895573cf9bc225518d6a1a16079863.tar.xz plus-af2677411d895573cf9bc225518d6a1a16079863.zip |
add final keyword to particles files.
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r-- | src/particle/particle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index 42dd31e15..f677ee01b 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -101,7 +101,8 @@ class Particle : public Actor * Draws the particle image. */ virtual bool draw(Graphics *const graphics, - const int offsetX, const int offsetY) const override; + const int offsetX, + const int offsetY) const override; /** * Necessary for sorting with the other sprites. |