mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix LegoEntity::Create
This commit is contained in:
parent
dbced4c5d6
commit
7bc2e0006c
@ -46,7 +46,7 @@ MxResult LegoEntity::Create(MxDSObject& p_dsObject)
|
|||||||
{
|
{
|
||||||
m_mxEntityId = p_dsObject.GetObjectId();
|
m_mxEntityId = p_dsObject.GetObjectId();
|
||||||
m_atom = p_dsObject.GetAtomId();
|
m_atom = p_dsObject.GetAtomId();
|
||||||
Init();
|
SetWorld();
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -36,7 +36,7 @@ class MxAudioPresenter : public MxMediaPresenter {
|
|||||||
// SYNTHETIC: LEGO1 0x1000d370
|
// SYNTHETIC: LEGO1 0x1000d370
|
||||||
// MxAudioPresenter::`scalar deleting destructor'
|
// MxAudioPresenter::`scalar deleting destructor'
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1000d3e0
|
// SYNTHETIC: LEGO1 0x1000d3e0
|
||||||
// MxAudioPresenter::~MxAudioPresenter
|
// MxAudioPresenter::~MxAudioPresenter
|
||||||
|
|
||||||
#endif // MXAUDIOPRESENTER_H
|
#endif // MXAUDIOPRESENTER_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user