mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user