Style: Normalized to no spaces before closing parenthesis.
This commit is contained in:
@@ -229,7 +229,7 @@ void cChunkGenerator::Execute(void)
|
||||
}
|
||||
|
||||
cChunkCoords coords = m_Queue.front(); // Get next coord from queue
|
||||
m_Queue.erase( m_Queue.begin() ); // Remove coordinate from queue
|
||||
m_Queue.erase( m_Queue.begin()); // Remove coordinate from queue
|
||||
bool SkipEnabled = (m_Queue.size() > QUEUE_SKIP_LIMIT);
|
||||
Lock.Unlock(); // Unlock ASAP
|
||||
m_evtRemoved.Set();
|
||||
|
||||
Reference in New Issue
Block a user