diff options
author | nathan <nathansmith@disroot.org> | 2025-07-14 16:47:02 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-14 16:47:02 +0000 |
commit | cead4fadf830cdb910ae0175c39cad339a835b8e (patch) | |
tree | afd7559a041ff5c93df635b3ce9435315a8f6cdb /src/world.h | |
parent | 033afbe2278735d85fd9b50292d6b75bad84e341 (diff) | |
download | FindThings-cead4fadf830cdb910ae0175c39cad339a835b8e.tar.gz FindThings-cead4fadf830cdb910ae0175c39cad339a835b8e.tar.bz2 FindThings-cead4fadf830cdb910ae0175c39cad339a835b8e.zip |
I need to sit less
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 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 |