mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-01 04:31:16 +00:00
Fix
This commit is contained in:
parent
09a89051c8
commit
1eef769034
@ -29,11 +29,11 @@ MxCriticalSection::~MxCriticalSection()
|
||||
{
|
||||
if (m_mutex != NULL) {
|
||||
CloseHandle(m_mutex);
|
||||
return;
|
||||
}
|
||||
|
||||
else {
|
||||
DeleteCriticalSection(&m_criticalSection);
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100b6d80
|
||||
void MxCriticalSection::Enter()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user