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/Chunk.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Chunk.cpp') diff --git a/src/Chunk.cpp b/src/Chunk.cpp index f1fd5d950..c196c3fe5 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -317,7 +317,6 @@ void cChunk::SetAllData(cSetChunkData & a_SetChunkData) { ASSERT(a_SetChunkData.IsHeightMapValid()); ASSERT(a_SetChunkData.AreBiomesValid()); - ASSERT(IsQueued()); memcpy(m_BiomeMap, a_SetChunkData.GetBiomes(), sizeof(m_BiomeMap)); memcpy(m_HeightMap, a_SetChunkData.GetHeightMap(), sizeof(m_HeightMap)); -- cgit v1.2.3