diff options
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 69f81bd..6ad658d 100644 --- a/src/world.h +++ b/src/world.h @@ -33,7 +33,7 @@ typedef struct { Model heightmap; Entity entities[WORLD_ENTITY_MAX]; BVHNode bvh; - BVHNode bvhTest[BVH_LEAF_COUNT]; + BVHNode bvhTest[WORLD_ENTITY_MAX]; int bvhTestSize; } World; |