diff options
Diffstat (limited to 'gui/resources.hpp')
-rw-r--r-- | gui/resources.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/resources.hpp b/gui/resources.hpp index ce06d9679..4548c10b4 100644 --- a/gui/resources.hpp +++ b/gui/resources.hpp @@ -49,7 +49,7 @@ public: public: void* GetResource() { return this ? mFont : NULL; } - int GetHeight() { return gr_getMaxFontHeight(this ? mFont : NULL); } + int GetHeight() { return gr_ttf_getMaxFontHeight(this ? mFont : NULL); } void Override(xml_node<>* node, ZipArchive* pZip); protected: |