Improve accuracy of MxOmni::CreatePresenter (#407)

* Improve accuracy of MxOmni::CreatePresenter

* Update mxactionnotificationparam.cpp

* Match to 100%

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-05 13:31:19 -04:00
committed by GitHub
parent 9a5e1cb853
commit 9651ece809
2 changed files with 18 additions and 10 deletions

View File

@@ -18,7 +18,12 @@ MxNotificationParam* MxEndActionNotificationParam::Clone()
// FUNCTION: LEGO1 0x100b0300
MxNotificationParam* MxStartActionNotificationParam::Clone()
{
return new MxEndActionNotificationParam(c_notificationStartAction, this->m_sender, this->m_action, this->m_realloc);
return new MxStartActionNotificationParam(
c_notificationStartAction,
this->m_sender,
this->m_action,
this->m_realloc
);
}
// FUNCTION: LEGO1 0x100b04f0