From 00fc3cb9b2c06026fab0e4760609fe02e027b6df Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Mar 2026 16:02:56 +0000 Subject: Move all low level texture operations to DSA helpers in glTexture --- ui/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/font.h') diff --git a/ui/font.h b/ui/font.h index 8cf3229..bc11b76 100644 --- a/ui/font.h +++ b/ui/font.h @@ -28,7 +28,7 @@ public: }; struct FontTexture { - glTexture texture; + glTexture texture; unsigned int used; }; -- cgit v1.3