set render distance back to 10

This commit is contained in:
tylermurphy534 2022-09-28 00:05:07 -04:00
parent 269263d886
commit b269e8059a

View file

@ -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);