diff options
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp index d68613d..7cf90b2 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -60,6 +60,8 @@ struct Text { // Stores texture and placement data for a font at a size. struct Font { + int fontSize; + GLuint tex; GLuint vbo; |