1
0

BiomeVisualiser: The biome settings are read from a file.

This commit is contained in:
madmaxoft
2013-11-28 15:57:34 +01:00
parent 13dade5a83
commit 8acf0129e1
3 changed files with 102 additions and 5 deletions

View File

@@ -258,6 +258,11 @@ void cBiomeCache::FilterOutItems(cItems & a_Items, int a_MinChunkX, int a_MaxChu
void cBiomeCache::thrProcessQueueItem(void)
{
if (m_Source == NULL)
{
return;
}
cItem * Item = NULL;
{
cCSLock Lock(m_CS);