aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c2
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)
{