diff options
Diffstat (limited to 'src/libjin/Graphics/Font/je_font.h')
-rw-r--r-- | src/libjin/Graphics/Font/je_font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Font/je_font.h b/src/libjin/Graphics/Font/je_font.h index ec60c21..75dd4c5 100644 --- a/src/libjin/Graphics/Font/je_font.h +++ b/src/libjin/Graphics/Font/je_font.h @@ -89,6 +89,7 @@ namespace JinEngine inline unsigned getFontSize() { return mFontSize; }; protected: + unsigned mFontSize; }; |