fix bug in MxPresenter::CreateEntity (#626)

* fix bug in MxPresenter::CreateEntity

* Match 100%

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-03-04 17:00:38 -05:00
committed by GitHub
parent a78b1c7d49
commit 068760056a
2 changed files with 16 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ public:
virtual void Enable(MxBool p_enable); // vtable+0x54
MxEntity* CreateEntity(const char* p_name);
MxEntity* CreateEntity(const char* p_defaultName);
void SendToCompositePresenter(MxOmni*);
MxBool IsEnabled();