aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h
index fc84ca3..21e4c4c 100644
--- a/src/world.h
+++ b/src/world.h
@@ -58,12 +58,12 @@ struct World {
BVHNode bvh;
// Transforms for mesh instancing.
- Matrix utilityPoleTransforms[WORLD_UTILITY_POLE_COUNT];
+ Matrix* utilityPoleTransforms;
int bvhDebugSelect;
};
-World createWorld(Seed seed);
+World createWorld(Seed seed, const Assets* assets);
void updateWorld(World* world, Game* game);
void freeWorld(World world);
// Dam, I wanta live in a free world ):