From 0c31de3afceb4505772231de5d688ec69ec31c80 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 18 Nov 2025 21:17:44 +0800 Subject: [PATCH] [Fix]: compilation on Windows --- MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h b/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h index 876f4692..67fe8bd9 100644 --- a/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h +++ b/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h @@ -90,7 +90,7 @@ namespace MobileGL { class FramebufferObject { public: using TargetEnum = FramebufferTarget; - static constexpr uint MAX_DRAW_BUFFERS = 8; + static constexpr Uint MAX_DRAW_BUFFERS = 8; FramebufferObject(Uint externalIndex);