Update LEGO1/mxentity.cpp

This commit is contained in:
MattKC 2023-08-03 16:03:16 -07:00 committed by GitHub
parent f4a60af797
commit 72796b3a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}