Revert "Attempt to generate an action error"

This reverts commit 96c4c65fed.
This commit is contained in:
Christian Semmler 2024-01-31 17:32:49 -05:00
parent 96c4c65fed
commit 77bb92562d

View File

@ -49,8 +49,9 @@ 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);