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:
committed by
Loïc Blot
parent
c0dac4d928
commit
2ac5a45faa
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user