diff options
Diffstat (limited to 'ui/font.h')
-rw-r--r-- | ui/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ public: glm::ivec2 bearing; long advance; }; + struct FontTexture { glTexture texture; unsigned int used; |