diff --git a/LEGO1/mxentity.cpp b/LEGO1/mxentity.cpp index d5e97e6c..cb49f256 100644 --- a/LEGO1/mxentity.cpp +++ b/LEGO1/mxentity.cpp @@ -16,5 +16,5 @@ MxResult MxEntity::SetEntityId(MxS32 p_id, const MxAtomId &p_atom) { this->m_mxEntityId = p_id; this->m_atom = p_atom; - return FALSE; + return SUCCESS; } \ No newline at end of file