diff options
author | nathan <nathansmith@disroot.org> | 2025-08-19 06:35:08 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-19 06:35:08 +0000 |
commit | 3c47ac22527d509fdf4fd68fedb26c2a738758d8 (patch) | |
tree | 6d128dbf29795979e3fdea515211179028a5c859 /src/world.h | |
parent | e9a3fdc1037b7643cf1da9e080f447b4d4daae4c (diff) | |
download | FindThings-3c47ac22527d509fdf4fd68fedb26c2a738758d8.tar.gz FindThings-3c47ac22527d509fdf4fd68fedb26c2a738758d8.tar.bz2 FindThings-3c47ac22527d509fdf4fd68fedb26c2a738758d8.zip |
Utility pole lines working
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index f232333..0cdaf30 100644 --- a/src/world.h +++ b/src/world.h @@ -66,7 +66,7 @@ struct World { // Transforms for mesh instancing. Matrix utilityPoleTransforms[WORLD_UTILITY_POLE_COUNT]; - UtilityPoleLines utilityPoleLines[WORLD_UTILITY_POLE_COUNT]; + UtilityPoleLines utilityPoleLines[WORLD_UTILITY_POLE_COUNT - 1]; int bvhDebugSelect; }; |