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) {