From ca95e9feead55e38c1078a09c3525549681ca0eb Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 16 Aug 2025 02:25:48 -0600 Subject: Nearly nothing lmao --- src/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 21e4c4c..8cfa91f 100644 --- a/src/world.h +++ b/src/world.h @@ -58,7 +58,7 @@ struct World { BVHNode bvh; // Transforms for mesh instancing. - Matrix* utilityPoleTransforms; + Matrix utilityPoleTransforms[WORLD_UTILITY_POLE_COUNT]; int bvhDebugSelect; }; -- cgit v1.2.3