mirror of https://github.com/axmolengine/axmol.git
issue #6: initialize m_pLock
This commit is contained in:
parent
08e46a37a4
commit
8ab8a1bb57
|
@ -25,6 +25,7 @@ THE SOFTWARE.
|
|||
|
||||
NSLock::NSLock(void)
|
||||
{
|
||||
m_pLock = new SS_LOCK_t();
|
||||
CriticalSectionInit(m_pLock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue