summaryrefslogtreecommitdiffstats
path: root/src/core/Core.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/Core.hpp (renamed from include/Core.hpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Core.hpp b/src/core/Core.hpp
index 8d60ff6..fdbb377 100644
--- a/include/Core.hpp
+++ b/src/core/Core.hpp
@@ -8,8 +8,8 @@
#include <GL/glew.h>
#include <glm/gtc/type_ptr.hpp>
-#include <GameState.hpp>
-#include <AssetManager.hpp>
+#include <world/GameState.hpp>
+#include <core/AssetManager.hpp>
#include <graphics/Shader.hpp>
#include <graphics/Gui.hpp>
#include <graphics/RenderSection.hpp>
@@ -79,7 +79,7 @@ class Core {
std::map<Vector, RenderSection> availableChunks;
std::mutex availableChunksMutex;
- int ChunkDistance = 1;
+ int ChunkDistance = 3;
RenderState renderState;