Fix LegoEntity::Create

This commit is contained in:
Christian Semmler 2024-01-13 17:23:33 -05:00
parent dbced4c5d6
commit 7bc2e0006c
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ MxResult LegoEntity::Create(MxDSObject& p_dsObject)
{
m_mxEntityId = p_dsObject.GetObjectId();
m_atom = p_dsObject.GetAtomId();
Init();
SetWorld();
return SUCCESS;
}

View File

@ -36,7 +36,7 @@ class MxAudioPresenter : public MxMediaPresenter {
// SYNTHETIC: LEGO1 0x1000d370
// MxAudioPresenter::`scalar deleting destructor'
// FUNCTION: LEGO1 0x1000d3e0
// SYNTHETIC: LEGO1 0x1000d3e0
// MxAudioPresenter::~MxAudioPresenter
#endif // MXAUDIOPRESENTER_H