From ae9fea1a684d86ecfa7c8101f22a73b8099d0b78 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 20 Sep 2025 17:17:18 -0600 Subject: Samantha has a cursed floor now --- src/world.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 8b12d54..456d68a 100644 --- a/src/world.h +++ b/src/world.h @@ -76,6 +76,8 @@ struct World { Matrix utilityPoleTransforms[WORLD_UTILITY_POLE_COUNT]; UtilityPoleLines utilityPoleLines[WORLD_UTILITY_POLE_COUNT - 1]; + Model samanthasSpotFloor; + int bvhDebugSelect; }; -- cgit v1.2.3