[Misc] (...): Fix CMake error. Fix unexpected error.

This commit is contained in:
BZLZHH
2025-08-06 18:04:11 +08:00
parent 25fa70ff9d
commit 75f0d27ca7
3 changed files with 3 additions and 0 deletions
@@ -36,6 +36,7 @@ namespace MobileGL {
return m_bindingSlots[i];
}
}
return m_bindingSlots[0]; // Fallback to the first slot if not found
}
void BufferState::MarkBufferObjectForDeletion(Uint index) {