From 96c4c65fedbc4102837f4bcbbb9ee83a7d14cba3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 31 Jan 2024 17:29:28 -0500 Subject: [PATCH] Attempt to generate an action error --- LEGO1/omni/src/common/mxpresenter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/omni/src/common/mxpresenter.cpp b/LEGO1/omni/src/common/mxpresenter.cpp index 794d1227..06eb510d 100644 --- a/LEGO1/omni/src/common/mxpresenter.cpp +++ b/LEGO1/omni/src/common/mxpresenter.cpp @@ -49,9 +49,8 @@ MxResult MxPresenter::StartAction(MxStreamController*, MxDSAction* p_action) // FUNCTION: LEGO1 0x100b4e40 void MxPresenter::EndAction() { - if (this->m_action == NULL) { + if (this->m_action == NULL) return; - } MxAutoLocker lock(&this->m_criticalSection);