diff options
Diffstat (limited to 'ui/font.h')
| -rw-r--r-- | ui/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ public: }; struct FontTexture { - glTexture texture; + glTexture<GL_TEXTURE_2D> texture; unsigned int used; }; |
