1
0

Removed asserts about chunk queued.

The assumption is not needed and was invalid under a stress-test.
This commit is contained in:
Mattes D
2017-01-19 16:25:07 +01:00
parent b356a035d1
commit a4955dfda3
3 changed files with 0 additions and 4 deletions

View File

@@ -288,7 +288,6 @@ void cChunkGenerator::DoGenerate(int a_ChunkX, int a_ChunkZ)
{
ASSERT(m_PluginInterface != nullptr);
ASSERT(m_ChunkSink != nullptr);
ASSERT(m_ChunkSink->IsChunkQueued(a_ChunkX, a_ChunkZ));
cChunkDesc ChunkDesc(a_ChunkX, a_ChunkZ);
m_PluginInterface->CallHookChunkGenerating(ChunkDesc);