From 5d3b1bc1752e1e684bad8c0a8a1e11be99493e5e Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Fri, 30 Sep 2022 00:25:12 -0400 Subject: greedy meshing --- src/first_app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/first_app.hpp') 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); -- cgit v1.2.3-freya