From cead4fadf830cdb910ae0175c39cad339a835b8e Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 14 Jul 2025 10:47:02 -0600 Subject: I need to sit less --- 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 00f23c6..51631e9 100644 --- a/src/world.h +++ b/src/world.h @@ -8,7 +8,7 @@ #define WORLD_H #define BVH_MAX 2 // Max entities per node. -#define BVH_MAX_BRANCH_COUNT 5 +#define BVH_MAX_BRANCH_COUNT 4 #define BVH_BOX_MAX 100.0 #define WORLD_ENTITY_MAX 1000 -- cgit v1.2.3