diff options
author | nathan <nathansmith@disroot.org> | 2025-07-09 02:51:11 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-09 02:51:11 +0000 |
commit | c1e78cb750a6adadf20d4e0fd7b05b8b71a7b460 (patch) | |
tree | cfe73e37fb3abc6c8d3781a83181d2e3f4b42f3c /src/world.h | |
parent | 57b0ece20d0d14dd5452bcecb5af8205a3062beb (diff) | |
download | FindThings-c1e78cb750a6adadf20d4e0fd7b05b8b71a7b460.tar.gz FindThings-c1e78cb750a6adadf20d4e0fd7b05b8b71a7b460.tar.bz2 FindThings-c1e78cb750a6adadf20d4e0fd7b05b8b71a7b460.zip |
A bit better
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; |