From 8986ea00ebe6ae4d31803899286260193e98ff35 Mon Sep 17 00:00:00 2001 From: Irlan Date: Tue, 6 Jun 2017 16:04:49 -0300 Subject: [PATCH] typo --- include/bounce/collision/trees/static_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bounce/collision/trees/static_tree.h b/include/bounce/collision/trees/static_tree.h index d22e0f8..cac8ba7 100644 --- a/include/bounce/collision/trees/static_tree.h +++ b/include/bounce/collision/trees/static_tree.h @@ -78,7 +78,7 @@ private : }; // - void Build(const b3AABB3* set, b3Node* node, u32* indices, u32 numObjects, u32 minObjectsPerLeaf, u32 nodeCapacity, u32& leafCount, u32& internalCount); + void Build(const b3AABB3* set, b3Node* node, u32* indices, u32 count, u32 minObjectsPerLeaf, u32 nodeCapacity, u32& leafCount, u32& internalCount); // The nodes of this tree stored in an array. u32 m_nodeCount;