summary refs log tree commit diff
path: root/src/World/Chunk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World/Chunk.hpp')
-rw-r--r--src/World/Chunk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Chunk.hpp b/src/World/Chunk.hpp
index 797a757..4c7810d 100644
--- a/src/World/Chunk.hpp
+++ b/src/World/Chunk.hpp
@@ -8,7 +8,7 @@
 #include "../GFX/Binder.hpp"
 
 #define CHUNK_WIDTH 16
-#define CHUNK_HEIGHT 32
+#define CHUNK_HEIGHT 64
 
 namespace MC::World {