aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-16 08:25:48 +0000
committernathan <nathansmith@disroot.org>2025-08-16 08:25:48 +0000
commitca95e9feead55e38c1078a09c3525549681ca0eb (patch)
tree721ed3ae6444ff1e383a5dd52614ba2c79c1ed82 /src/world.h
parentcdb76a1829f17b0f4f0ec117b1cfc2c39c664052 (diff)
downloadFindThings-ca95e9feead55e38c1078a09c3525549681ca0eb.tar.gz
FindThings-ca95e9feead55e38c1078a09c3525549681ca0eb.tar.bz2
FindThings-ca95e9feead55e38c1078a09c3525549681ca0eb.zip
Nearly nothing lmao
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 1 insertions, 1 deletions
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;
};