mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 02:01:16 +00:00
Consistency
This commit is contained in:
parent
582f3dc73c
commit
fe99e93c87
@ -55,7 +55,7 @@ MxResult MxVideoManager::Init()
|
|||||||
// OFFSET: LEGO1 0x100be340
|
// OFFSET: LEGO1 0x100be340
|
||||||
void MxVideoManager::Destroy(MxBool p_fromDestructor)
|
void MxVideoManager::Destroy(MxBool p_fromDestructor)
|
||||||
{
|
{
|
||||||
if (m_thread != NULL) {
|
if (m_thread) {
|
||||||
m_thread->Terminate();
|
m_thread->Terminate();
|
||||||
delete m_thread;
|
delete m_thread;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user