diff options
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 52d617518..30b4d2fa4 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -151,11 +151,12 @@ class SDLFont final : public gcn::Font int getDeleteCounter() const A_WARN_UNUSED { return mDeleteCounter; } + static bool mOpengl; + private: TTF_Font *mFont; unsigned mCreateCounter; unsigned mDeleteCounter; - bool mOpengl; // Word surfaces cache int mCleanTime; |