aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c
index 5356ffc..31b70c1 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -13,6 +13,7 @@ Settings defaultSettings()
.edgeDetectionFactor = 0.11,
.gamma = 0.6,
.colorCount = 11.0,
+ .maxUpdateDistance = 100.0,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,
.backwardKey = KEY_S,