aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index c399fcc..36d311f 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -24,6 +24,9 @@ typedef struct {
float gamma;
float colorCount;
+ // Update.
+ float maxUpdateDistance;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;