[Fix] (MG_Backend/DirectGLES): Fix wrong buffer data in sync.

This commit is contained in:
BZLZHH
2025-10-26 09:50:05 +08:00
parent 21d659214f
commit d90e35d630
3 changed files with 5 additions and 5 deletions
@@ -125,7 +125,7 @@ namespace MobileGL {
}
}
SharedPtr<Data> BufferObject::GetDataReadOnly() const {
const SharedPtr<Data> BufferObject::GetDataReadOnly() const {
return m_dataPtr;
}