[Config] Changed DIST_NEAR to 0.6f to fix an issue on Windows.
This commit is contained in:
parent
2199df4328
commit
c0e6807b4d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user