aboutsummaryrefslogtreecommitdiff
path: root/src/map.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.zig')
-rw-r--r--src/map.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.zig b/src/map.zig
index 92ca5be..b73fd36 100644
--- a/src/map.zig
+++ b/src/map.zig
@@ -18,7 +18,7 @@
const std = @import("std");
// Let's pretend that our units are meters
-pub const MAX_HEIGHT: f32 = 2.5;
+pub const MAX_HEIGHT: f32 = 1;
pub const Object = struct {
height : f32,