Skip to content

Commit

Permalink
[Config] Changed DIST_NEAR to 0.1f.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Jan 23, 2020
1 parent c0e6807 commit e4f760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/core/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace {

constexpr float FOV = 45.0f;

constexpr float DIST_NEAR = 0.6f;
constexpr float DIST_NEAR = 0.1f;
constexpr float DIST_FAR = 1000.0f;

constexpr int CHUNK_WIDTH = 16;
Expand Down

0 comments on commit e4f760f

Please sign in to comment.