mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 04:38:30 +09:00
[Fix] (MG_Backend/DirectGLES): Fix wrong buffer data in sync.
This commit is contained in:
@@ -125,7 +125,7 @@ namespace MobileGL {
|
||||
}
|
||||
}
|
||||
|
||||
SharedPtr<Data> BufferObject::GetDataReadOnly() const {
|
||||
const SharedPtr<Data> BufferObject::GetDataReadOnly() const {
|
||||
return m_dataPtr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user