diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-25 14:29:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-25 14:44:17 +0300 |
commit | 7ab9e9e8df1d4be921eef4085ded6aaa876f0cd3 (patch) | |
tree | 12a2c7c13b4dd2a233bbc851f65941572924edc2 /src/gui/sdlfont.h | |
parent | 5fc3bb811e26b88a65e88206b56ea1475c8ee92f (diff) | |
download | plus-7ab9e9e8df1d4be921eef4085ded6aaa876f0cd3.tar.gz plus-7ab9e9e8df1d4be921eef4085ded6aaa876f0cd3.tar.bz2 plus-7ab9e9e8df1d4be921eef4085ded6aaa876f0cd3.tar.xz plus-7ab9e9e8df1d4be921eef4085ded6aaa876f0cd3.zip |
temp fix for text particle effects in software mode.
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 09b93f87a..52d617518 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -155,6 +155,7 @@ class SDLFont final : public gcn::Font TTF_Font *mFont; unsigned mCreateCounter; unsigned mDeleteCounter; + bool mOpengl; // Word surfaces cache int mCleanTime; |