Fix merge error

This commit is contained in:
Christian Semmler 2023-09-17 06:33:54 -04:00
parent 67b6a618c6
commit 7fd442ccde

View File

@ -22,7 +22,6 @@ MxMediaManager::~MxMediaManager()
// OFFSET: LEGO1 0x100b85d0 // OFFSET: LEGO1 0x100b85d0
MxResult MxMediaManager::Init() MxResult MxMediaManager::Init()
{ {
this->m_presenters = NULL;
this->m_presenters = NULL; this->m_presenters = NULL;
this->m_thread = NULL; this->m_thread = NULL;
return SUCCESS; return SUCCESS;