summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-30 00:25:12 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-30 00:25:12 -0400
commit5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e (patch)
treea2e8f5f4ddc9f7966ab77520d5cbd0d3a36a9c49 /src/first_app.hpp
parentdescriptor pool final fix (diff)
downloadminecraftvulkan-5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e.tar.gz
minecraftvulkan-5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e.tar.bz2
minecraftvulkan-5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e.zip
greedy meshing
Diffstat (limited to '')
-rwxr-xr-xsrc/first_app.hpp2
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);