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

@@ -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));