1
0

Changed default MaxThreshold value

There is now really a difference between open and dense parts
This commit is contained in:
STRWarrior 2015-04-21 16:30:18 +02:00
parent cc67a8bde9
commit c5189aaf9c

View File

@ -218,7 +218,7 @@ void cCompoGenClassic::InitializeCompoGen(cIniFile & a_IniFile)
cCompoGenNether::cCompoGenNether(int a_Seed) :
m_Noise1(a_Seed + 10),
m_Noise2(a_Seed * a_Seed * 10 + a_Seed * 1000 + 6000),
m_MaxThreshold(10000)
m_MaxThreshold(25000)
{
}