summaryrefslogtreecommitdiff
path: root/src/game/world/bsp.h
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-05 01:23:13 +0100
committeraura <nw@moneybot.cc>2026-03-05 01:23:13 +0100
commit7a37b56baed0cce79c228e9e1969917aa8db24dc (patch)
treefab9407b2c6250f981a39e6e24faadf3c82e08b2 /src/game/world/bsp.h
parent73045b6642348c8d2fd8b45cae305bbf0344d444 (diff)
giga improvement
Diffstat (limited to 'src/game/world/bsp.h')
-rw-r--r--src/game/world/bsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/world/bsp.h b/src/game/world/bsp.h
index 3b84e07..fa06696 100644
--- a/src/game/world/bsp.h
+++ b/src/game/world/bsp.h
@@ -45,6 +45,7 @@ struct BSP_EDGE {
U32 face;
VEC3 v1, v2;
+ VEC3 mins, maxs;
};
struct BSP_LEAF {