mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-28 17:56:29 -04:00
remove the fortify source flag, things feel more stable without
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user