diff options
author | SmallJoker <mk939@ymail.com> | 2019-10-17 20:40:50 +0200 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-11-03 11:45:33 +0100 |
commit | 388ea737f5d37d637556bf40890948bfc36734ce (patch) | |
tree | 2017f52301eb54bfd14d0da9804f337bc956a1f7 /src/gui/guiHyperText.h | |
parent | 72416a6a1f75d56abfad0f486e57fd32579b3604 (diff) | |
download | dragonfireclient-388ea737f5d37d637556bf40890948bfc36734ce.tar.xz |
Clean up font caching, fix bitmap fonts
Diffstat (limited to 'src/gui/guiHyperText.h')
-rw-r--r-- | src/gui/guiHyperText.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/guiHyperText.h b/src/gui/guiHyperText.h index e3ad0e747..3ea8732cd 100644 --- a/src/gui/guiHyperText.h +++ b/src/gui/guiHyperText.h @@ -96,11 +96,7 @@ public: ValignType valign; -#if USE_FREETYPE - gui::CGUITTFont *font; -#else gui::IGUIFont *font; -#endif irr::video::SColor color; irr::video::SColor hovercolor; |