Fix style
This commit is contained in:
parent
6a448be88c
commit
daadde2077
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user