mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Add missing space
This commit is contained in:
parent
114a959741
commit
d65c87f04d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class MxDiskStreamProvider : public MxStreamProvider
|
|||
virtual MxU32 GetStreamBuffersNum() override; //vtable+0x1c
|
||||
virtual void vtable0x20(undefined4 p_unknown1) override; //vtable+0x20
|
||||
virtual MxU32 GetLengthInDWords() override; //vtable+0x24
|
||||
virtual MxU32* GetBufferForDWords()override; //vtable+0x28
|
||||
virtual MxU32* GetBufferForDWords() override; //vtable+0x28
|
||||
|
||||
private:
|
||||
MxDiskStreamProviderThread m_thread; // 0x10
|
||||
|
|
Loading…
Reference in a new issue