diff options
Diffstat (limited to 'ui/font.h')
| -rw-r--r-- | ui/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ #pragma once +#include "gfx/gl/glTexture.h" #include <array> #include <cstddef> #include <filesystem> -#include <glArrays.h> #include <glad/gl.h> #include <glm/glm.hpp> #include <map> @@ -28,7 +28,7 @@ public: }; struct FontTexture { - glTexture texture; + glTexture<GL_TEXTURE_2D> texture; unsigned int used; }; |
