diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-30 00:25:12 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-30 00:25:12 -0400 |
commit | 5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e (patch) | |
tree | a2e8f5f4ddc9f7966ab77520d5cbd0d3a36a9c49 /src/first_app.hpp | |
parent | descriptor pool final fix (diff) | |
download | minecraftvulkan-5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e.tar.gz minecraftvulkan-5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e.tar.bz2 minecraftvulkan-5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e.zip |
greedy meshing
Diffstat (limited to '')
-rwxr-xr-x | src/first_app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp index 3d97bad..59cf3df 100755 --- a/src/first_app.hpp +++ b/src/first_app.hpp @@ -32,7 +32,7 @@ class FirstApp { static constexpr int WIDTH = 800; static constexpr int HEIGHT = 600; - static constexpr int RENDER_DISTANCE = 25; + static constexpr int RENDER_DISTANCE = 45; void createGameObjects(xe::GameObject& viewer); void reloadLoadedChunks(xe::GameObject& viewer); |