From 2ac5a45faa26a9192ab3c3940d939b18b0df8b38 Mon Sep 17 00:00:00 2001 From: Vaughan Lapsley Date: Sun, 3 Sep 2017 02:01:13 +1000 Subject: Remove 3D noise from getSteps function (#6360) --- src/mapgen_carpathian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapgen_carpathian.h') diff --git a/src/mapgen_carpathian.h b/src/mapgen_carpathian.h index b7c3935f7..7dbccde2a 100644 --- a/src/mapgen_carpathian.h +++ b/src/mapgen_carpathian.h @@ -74,7 +74,7 @@ public: virtual MapgenType getType() const { return MAPGEN_CARPATHIAN; } - float getSteps(float noise1, float noise2); + float getSteps(float noise); inline float getLerp(float noise1, float noise2, float mod); virtual void makeChunk(BlockMakeData *data); -- cgit v1.2.3