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/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/icon.h') diff --git a/ui/icon.h b/ui/icon.h index 2023be8..4479910 100644 --- a/ui/icon.h +++ b/ui/icon.h @@ -16,5 +16,5 @@ public: ImTextureID operator*() const; private: - glTexture m_texture; + glTexture m_texture; }; -- cgit v1.3