* Disable caves for now.

This commit is contained in:
iProgramInCpp
2023-08-13 22:09:34 +03:00
parent f9130ba238
commit 49587c6f81

View File

@@ -10,7 +10,7 @@
#include "world/level/Level.hpp"
#include "world/tile/SandTile.hpp"
#define TEST_CAVES
//#define TEST_CAVES
const float RandomLevelSource::SNOW_CUTOFF = 0.5f;
const float RandomLevelSource::SNOW_SCALE = 0.3f;