diff options
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 48e6c404f..29bf34769 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -147,7 +147,7 @@ class SDLFont final : public gcn::Font int getDeleteCounter() const A_WARN_UNUSED { return mDeleteCounter; } - static bool mOpengl; + static bool mSoftMode; private: TTF_Font *mFont; |