summaryrefslogtreecommitdiff
path: root/src/game/world
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-27 12:23:01 +0100
committeraura <nw@moneybot.cc>2026-02-27 12:23:01 +0100
commit39beab16f12a574af6d5ea4bf907e23ea0078863 (patch)
treec799cc4334bb2bd7cd22d737a9636371b1dd1782 /src/game/world
parent7c0e1e9b3beb0ab5f00c27eb97b84570c532b9ac (diff)
movement polishes
Diffstat (limited to 'src/game/world')
-rw-r--r--src/game/world/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/world/trace.h b/src/game/world/trace.h
index d04ed6b..644515d 100644
--- a/src/game/world/trace.h
+++ b/src/game/world/trace.h
@@ -5,7 +5,7 @@
// quake uses 1 / 32
const F32 BSP_TRACE_EPSILON = 1.f / 64.f;
-const F32 BSP_EDGE_TOLERANCE = 1.f / 16.f;
+const F32 BSP_EDGE_TOLERANCE = 1.f / 64.f;
struct BSP_TRACE {
VEC3 in_start;