From fe2baedc760c2f29e2c720f6b1132a2de33c5430 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 8 Jul 2023 03:25:44 +0200 Subject: Use own size types --- src/GFX/Texture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GFX/Texture.hpp') diff --git a/src/GFX/Texture.hpp b/src/GFX/Texture.hpp index 2981b2c..11fd430 100644 --- a/src/GFX/Texture.hpp +++ b/src/GFX/Texture.hpp @@ -11,7 +11,7 @@ public: void bind() const; void unbind() const; private: - uint32_t m_texture = 0; + U32 m_texture = 0; }; } \ No newline at end of file -- cgit 1.4.1