diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-20 01:48:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-20 01:48:55 +0300 |
commit | 66d5da1cb7e1551ac019a08075896ba04b172e36 (patch) | |
tree | 4e574c152b7094ee10ce91c25ce2a1750d6abda2 /src/simpleanimation.h | |
parent | d8505394ee7e109c3fd1d35450ed106a5ceefcfb (diff) | |
download | plus-66d5da1cb7e1551ac019a08075896ba04b172e36.tar.gz plus-66d5da1cb7e1551ac019a08075896ba04b172e36.tar.bz2 plus-66d5da1cb7e1551ac019a08075896ba04b172e36.tar.xz plus-66d5da1cb7e1551ac019a08075896ba04b172e36.zip |
Fix tiles animation in opengl mode in non fringe layers.
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index de1203662..a7355a929 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -56,7 +56,7 @@ class SimpleAnimation int getLength() const; - void update(int timePassed); + bool update(int timePassed); bool draw(Graphics *graphics, int posX, int posY) const; |