From fdbe207540541b26d2800f87ddd77006d5fdf4f3 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Wed, 28 Sep 2022 19:36:35 -0400 Subject: async chunk generation --- 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 d361296..dc912fb 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 = 10; + static constexpr int RENDER_DISTANCE = 15; void createGameObjects(xe::GameObject& viewer); void reloadLoadedChunks(xe::GameObject& viewer); -- cgit v1.2.3-freya