aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
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;
};