summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-28 23:20:37 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-28 23:20:37 -0400
commit3edd271b81fec44575cb9c82bf4ba68e685e450e (patch)
treee8d2a036cd873659a7f12d5f0fda41b17931d0b8 /src/first_app.hpp
parentre enable music (diff)
downloadminecraftvulkan-3edd271b81fec44575cb9c82bf4ba68e685e450e.tar.gz
minecraftvulkan-3edd271b81fec44575cb9c82bf4ba68e685e450e.tar.bz2
minecraftvulkan-3edd271b81fec44575cb9c82bf4ba68e685e450e.zip
shrub biome
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 dc912fb..3d97bad 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 = 15;
+ static constexpr int RENDER_DISTANCE = 25;
void createGameObjects(xe::GameObject& viewer);
void reloadLoadedChunks(xe::GameObject& viewer);