From c1e78cb750a6adadf20d4e0fd7b05b8b71a7b460 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 8 Jul 2025 20:51:11 -0600 Subject: A bit better --- 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 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; -- cgit v1.2.3