summaryrefslogtreecommitdiff
path: root/src/gui/sdlfont.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-25 14:29:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-25 14:44:17 +0300
commit7ab9e9e8df1d4be921eef4085ded6aaa876f0cd3 (patch)
tree12a2c7c13b4dd2a233bbc851f65941572924edc2 /src/gui/sdlfont.h
parent5fc3bb811e26b88a65e88206b56ea1475c8ee92f (diff)
downloadplus-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.h1
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;