fixed find+repl issue
undid a mistake
This commit is contained in:
parent
4804aba6ae
commit
90dec87700
@ -412,7 +412,7 @@ void WorldGen::GenerateChunkData(int chunkX, int chunkY, int chunkZ, int chunkSi
|
||||
bool cave = false;
|
||||
for (int i = 0; i < caveSettingsLength; i++)
|
||||
{
|
||||
if (noisecurrentY > caveSettings[i].maxHeight)
|
||||
if (noiseY + startY > caveSettings[i].maxHeight)
|
||||
continue;
|
||||
|
||||
float noiseCaves = noise3D.eval(
|
||||
|
Loading…
Reference in New Issue
Block a user