1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-09 11:35:21 +01:00

Remove 3D noise from getSteps function (#6360)

This commit is contained in:
Vaughan Lapsley
2017-09-03 02:01:13 +10:00
committed by Loïc Blot
parent c0dac4d928
commit 2ac5a45faa
4 changed files with 10 additions and 10 deletions

View File

@@ -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);