MxMediaPresenter Destroy to "protected", for real

This commit is contained in:
DimaLeon2000 2023-10-11 18:20:04 +09:00
parent 7bfc219b27
commit 46a5834be7

View File

@ -43,6 +43,7 @@ class MxMediaPresenter : public MxPresenter
undefined4 m_unk44; undefined4 m_unk44;
undefined4 m_unk48; undefined4 m_unk48;
undefined4 m_unk4c; undefined4 m_unk4c;
protected:
void Destroy(MxBool); void Destroy(MxBool);
private: private:
void Init(); void Init();