diff options
| author | aura <nw@moneybot.cc> | 2026-03-05 01:23:13 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-05 01:23:13 +0100 |
| commit | 7a37b56baed0cce79c228e9e1969917aa8db24dc (patch) | |
| tree | fab9407b2c6250f981a39e6e24faadf3c82e08b2 /src/game/world/bsp.cpp | |
| parent | 73045b6642348c8d2fd8b45cae305bbf0344d444 (diff) | |
giga improvement
Diffstat (limited to 'src/game/world/bsp.cpp')
| -rw-r--r-- | src/game/world/bsp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/world/bsp.cpp b/src/game/world/bsp.cpp index c33cac1..4894d1c 100644 --- a/src/game/world/bsp.cpp +++ b/src/game/world/bsp.cpp @@ -515,6 +515,8 @@ void bsp_gen_leaf_edges( BSP* bsp, I32 leaf_idx ) { e.face = faceidx; e.v1 = a; e.v2 = b; + e.mins = vec_mins( e.v1, e.v2 ); + e.maxs = vec_maxs( e.v1, e.v2 ); edges->push( e ); } } |
