Moved a forgotten comment back to its place.
This commit is contained in:
parent
df0ecc6c07
commit
cf48968835
@ -137,12 +137,12 @@ void cLightingThread::QueueChunk(int a_ChunkX, int a_ChunkZ, cChunkCoordCallback
|
||||
|
||||
cChunkStay * ChunkStay = new cLightingChunkStay(*this, a_ChunkX, a_ChunkZ, a_CallbackAfter);
|
||||
{
|
||||
// The ChunkStay will enqueue itself using the QueueChunkStay() once it is fully loaded
|
||||
// In the meantime, put it into the PendingQueue so that it can be removed when stopping the thread
|
||||
cCSLock Lock(m_CS);
|
||||
m_PendingQueue.push_back(ChunkStay);
|
||||
}
|
||||
ChunkStay->Enable(*m_World->GetChunkMap());
|
||||
// The ChunkStay will enqueue itself using the QueueChunkStay() once it is fully loaded
|
||||
// In the meantime, put it into the PendingQueue so that it can be removed when stopping the thread
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user