mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +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)
|
void LegoHideAnimPresenter::Destroy(MxBool p_fromDestructor)
|
||||||
{
|
{
|
||||||
m_criticalSection.Enter();
|
m_criticalSection.Enter();
|
||||||
if(!this->m_unk0xc0)
|
if (!this->m_unk0xc0)
|
||||||
delete this->m_unk0xc0;
|
delete this->m_unk0xc0;
|
||||||
Init();
|
Init();
|
||||||
m_criticalSection.Leave();
|
m_criticalSection.Leave();
|
||||||
|
|
||||||
// if (!p_fromDestructor)
|
// if (!p_fromDestructor)
|
||||||
// TODO: another function
|
// TODO: another function
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user