From 3b74107bf3c6d224bb79c4a0595a0ad16193cc77 Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Mon, 20 Apr 2015 18:03:25 +0200 Subject: Changed Nether composition to change the threshold from a cubic noise --- src/Generating/CompoGen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/CompoGen.h') diff --git a/src/Generating/CompoGen.h b/src/Generating/CompoGen.h index 3847688cd..d4d38bfdd 100644 --- a/src/Generating/CompoGen.h +++ b/src/Generating/CompoGen.h @@ -99,7 +99,7 @@ protected: cNoise m_Noise1; cNoise m_Noise2; - int m_Threshold; + double m_MaxThreshold; // cTerrainCompositionGen overrides: virtual void ComposeTerrain(cChunkDesc & a_ChunkDesc, const cChunkDesc::Shape & a_Shape) override; -- cgit v1.2.3