diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-24 01:14:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-24 01:26:46 +0300 |
commit | 39b61e709ca41804af30410f4a82a99f34900a29 (patch) | |
tree | d5fc07f014924feab1a5992d5a83ce697b2b13a2 /src/simpleanimation.h | |
parent | 1e37ebb4eb808f56bbbd522dbab524c24439d92b (diff) | |
download | plus-39b61e709ca41804af30410f4a82a99f34900a29.tar.gz plus-39b61e709ca41804af30410f4a82a99f34900a29.tar.bz2 plus-39b61e709ca41804af30410f4a82a99f34900a29.tar.xz plus-39b61e709ca41804af30410f4a82a99f34900a29.zip |
imporve simpleanimation class.
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 e30455a04..a0dc60a72 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -88,7 +88,7 @@ class SimpleAnimation final int mAnimationPhase; /** Current animation phase. */ - Frame *mCurrentFrame; + const Frame *mCurrentFrame; /** Tell whether the animation is ready */ bool mInitialized; |