From 72796b3a9d2480ad96bea0668c7968ecc1cadd9c Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:03:16 -0700 Subject: [PATCH] Update LEGO1/mxentity.cpp --- LEGO1/mxentity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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