mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 17:51:16 +00:00
Fix GetWriteOffset
This commit is contained in:
parent
9fb6a705e0
commit
a96017e243
@ -30,7 +30,7 @@ class MxDSBuffer : public MxCore {
|
|||||||
void FUN_100c6f80(MxU32 p_unk);
|
void FUN_100c6f80(MxU32 p_unk);
|
||||||
|
|
||||||
inline MxU8* GetBuffer() { return m_pBuffer; }
|
inline MxU8* GetBuffer() { return m_pBuffer; }
|
||||||
inline MxU8 GetWriteOffset() { return m_writeOffset; }
|
inline MxU32 GetWriteOffset() { return m_writeOffset; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
MxU8* m_pBuffer;
|
MxU8* m_pBuffer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user