remove the fortify source flag, things feel more stable without

This commit is contained in:
DarthArgus
2015-11-05 22:56:06 -06:00
parent b8a34bc8cc
commit 390394a9f3
2 changed files with 3 additions and 3 deletions
@@ -1135,7 +1135,7 @@ void ServerProceduralTerrainAppearance::addChunk (Chunk* const chunk, const int
UNREF (result);
DEBUG_FATAL (!result, (""));
result = m_chunksCreatedThisFrame->insert (key).second;
DEBUG_FATAL (!result, ("Failed to insert chunk into map for chunks created per frame"));
DEBUG_WARNING(!result, ("Failed to insert chunk into map for chunks created per frame"));
++m_chunksGeneratedThisFrame;
//-- add to sphere tree