[Config] Changed DIST_NEAR to 0.6f to fix an issue on Windows.

This commit is contained in:
Quentin Bazin 2020-01-23 15:23:03 +09:00
parent 2199df4328
commit c0e6807b4d

View File

@ -24,7 +24,7 @@ namespace {
constexpr float FOV = 45.0f;
constexpr float DIST_NEAR = 0.01f;
constexpr float DIST_NEAR = 0.6f;
constexpr float DIST_FAR = 1000.0f;
constexpr int CHUNK_WIDTH = 16;