diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-21 19:09:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-21 22:43:11 +0300 |
commit | 5a392e77e1d77becd1ada0bdf3984c7260b8e287 (patch) | |
tree | 39d242518822dfa88f4a01508fada81d9bec26e2 /src/compoundsprite.h | |
parent | aa68511ad3d339be8c8f42fc6c083b696d8e687b (diff) | |
download | plus-5a392e77e1d77becd1ada0bdf3984c7260b8e287.tar.gz plus-5a392e77e1d77becd1ada0bdf3984c7260b8e287.tar.bz2 plus-5a392e77e1d77becd1ada0bdf3984c7260b8e287.tar.xz plus-5a392e77e1d77becd1ada0bdf3984c7260b8e287.zip |
Add software mode compoundsprite update delay.
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 1b9eeca34..aa90816c5 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -145,6 +145,7 @@ private: bool mDisableAdvBeingCaching; bool mDisableBeingCaching; std::vector<Sprite*> mSprites; + mutable int mNextRedrawTime; }; #endif // COMPOUNDSPRITE_H |