summaryrefslogtreecommitdiff
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 4ce248b..8ae323e 100644
--- a/src/world.c
+++ b/src/world.c
@@ -5,7 +5,7 @@
#include <string.h>
// LOAD_DISTANCE determines how many chunks are loaded on world creation
-#define LOAD_DISTANCE 10
+#define LOAD_DISTANCE 1
int world_init(int32_t seed, struct world** world) {
srand(seed);