summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-28 00:05:07 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-28 00:05:07 -0400
commitb269e8059a9bed47253267ae31e144ecb0309062 (patch)
tree033a63883510b679edfaa2e640ccfbe8b91b49e0 /src/first_app.hpp
parentdestroy buffers on fence (diff)
downloadminecraftvulkan-b269e8059a9bed47253267ae31e144ecb0309062.tar.gz
minecraftvulkan-b269e8059a9bed47253267ae31e144ecb0309062.tar.bz2
minecraftvulkan-b269e8059a9bed47253267ae31e144ecb0309062.zip
set render distance back to 10
Diffstat (limited to 'src/first_app.hpp')
-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 f969724..d361296 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 = 32;
+ static constexpr int RENDER_DISTANCE = 10;
void createGameObjects(xe::GameObject& viewer);
void reloadLoadedChunks(xe::GameObject& viewer);