mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Format
This commit is contained in:
parent
67e2703dd7
commit
582fd88709
@ -24,11 +24,11 @@ void LegoHideAnimPresenter::Init()
|
||||
void LegoHideAnimPresenter::Destroy(MxBool p_fromDestructor)
|
||||
{
|
||||
m_criticalSection.Enter();
|
||||
if(!this->m_unk0xc0)
|
||||
if (!this->m_unk0xc0)
|
||||
delete this->m_unk0xc0;
|
||||
Init();
|
||||
m_criticalSection.Leave();
|
||||
|
||||
// if (!p_fromDestructor)
|
||||
// TODO: another function
|
||||
}
|
||||
// TODO: another function
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user