From 1a03c46998e7356ede4e8b1f2ba73cce7826e438 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 25 Oct 2023 12:26:59 -0400 Subject: [PATCH] Match MxOmni::Destroy to 100% --- LEGO1/mxomni.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 57640c41..edd71d99 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -292,9 +292,9 @@ void MxOmni::Destroy() break; m_notificationManager->Tickle(); } - } - m_notificationManager->SetActive(FALSE); + m_notificationManager->SetActive(FALSE); + } delete m_eventManager; delete m_soundManager;