Add missing unlock
This commit is contained in:
parent
970159d98f
commit
0775347431
@ -414,6 +414,7 @@ void* SFXManager::mainLoop(void *obj)
|
||||
delete me->m_sfx_commands.getData().front();
|
||||
me->m_sfx_commands.getData().erase(me->m_sfx_commands.getData().begin());
|
||||
}
|
||||
me->m_sfx_commands.unlock();
|
||||
return NULL;
|
||||
} // mainLoop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user