From a0925b364adb115ab480ba29ef68999178b8d81e Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:36:41 -0500 Subject: [PATCH] Update mxomni.cpp --- LEGO1/mxomni.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 5eddf0ef..c74cdf53 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -353,9 +353,8 @@ MxResult MxOmni::CreatePresenter(MxStreamController* p_controller, MxDSAction& p &MxStartActionNotificationParam(c_notificationStartAction, this, &p_action, FALSE) ); } + result = SUCCESS; } - - result = SUCCESS; } } return result;