1
0

Fix style

This commit is contained in:
worktycho 2014-10-12 12:18:52 +01:00
parent 6a448be88c
commit daadde2077

View File

@ -1063,7 +1063,7 @@ void cWorld::TickQueuedTasks(void)
void cWorld::TickScheduledTasks(void)
{
// Make a copy of the tasks to avoid deadlocks on accessing m_Tasks
// Move the tasks to be executed to a seperate vector to avoid deadlocks on accessing m_Tasks
cScheduledTasks Tasks;
{
cCSLock Lock(m_CSScheduledTasks);