diff options
author | nathan <nathansmith@disroot.org> | 2025-07-17 03:15:43 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-17 03:15:43 +0000 |
commit | ebc52f2a55c848b2915e5191757ea2790c0377f1 (patch) | |
tree | a3f111e951130ef31e9a716cce5c1b2d979174f7 | |
parent | 751e1b53ded77d9184b29b84614f1d755f46c903 (diff) | |
download | FindThings-ebc52f2a55c848b2915e5191757ea2790c0377f1.tar.gz FindThings-ebc52f2a55c848b2915e5191757ea2790c0377f1.tar.bz2 FindThings-ebc52f2a55c848b2915e5191757ea2790c0377f1.zip |
OCD moment
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index 6c46eba..b4c21ae 100644 --- a/src/world.c +++ b/src/world.c @@ -152,7 +152,7 @@ size_t buildWorldBVHLeafs(BVHNode leafs[WORLD_ENTITY_MAX], const World* world) return leafsSize; } -size_t buildWorldBVHSubTree(BVHNode* subtree, +size_t buildWorldBVHSubtree(BVHNode* subtree, const BVHNode* nodes, size_t nodesSize, const World* world) { |