[Fix] (MG_State/Core): fix typo

This commit is contained in:
2025-07-17 21:39:06 +08:00
parent 7cabf01944
commit f000ef4cbd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace MobileGL {
return bufferState_.GetBufferObject(index);
}
BindingSlot<BufferObject>& GLContext::GetBufferBindingSort(BufferTarget target) {
BindingSlot<BufferObject>& GLContext::GetBufferBindingSlot(BufferTarget target) {
return bufferState_.GetBindingSlot(target);
}