From 6d6bec3d3e2b6df45f293f185b6a2a1d94312066 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 6 Sep 2025 12:11:55 +0800 Subject: [PATCH] [Fix] (MG_State/BufferState): Fix compiling warning. --- MobileGL/MG_State/GLState/BufferState/BufferState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MobileGL/MG_State/GLState/BufferState/BufferState.cpp b/MobileGL/MG_State/GLState/BufferState/BufferState.cpp index e46ff7af..25d0e2fd 100644 --- a/MobileGL/MG_State/GLState/BufferState/BufferState.cpp +++ b/MobileGL/MG_State/GLState/BufferState/BufferState.cpp @@ -36,6 +36,7 @@ namespace MobileGL { } } assert(false); + return m_bindingSlots[0]; } void BufferState::MarkBufferObjectForDeletion(Uint index) {