Consistency

This commit is contained in:
Christian Semmler 2023-10-14 10:02:24 -04:00
parent 582f3dc73c
commit fe99e93c87

View File

@ -55,7 +55,7 @@ MxResult MxVideoManager::Init()
// OFFSET: LEGO1 0x100be340
void MxVideoManager::Destroy(MxBool p_fromDestructor)
{
if (m_thread != NULL) {
if (m_thread) {
m_thread->Terminate();
delete m_thread;
}