From a4955dfda3fd753f65bef9c98c8aa77b36db1edd Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 19 Jan 2017 16:25:07 +0100 Subject: Removed asserts about chunk queued. The assumption is not needed and was invalid under a stress-test. --- src/Generating/ChunkGenerator.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Generating') diff --git a/src/Generating/ChunkGenerator.cpp b/src/Generating/ChunkGenerator.cpp index e7c2e4125..0bbd63f82 100644 --- a/src/Generating/ChunkGenerator.cpp +++ b/src/Generating/ChunkGenerator.cpp @@ -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); -- cgit v1.2.3