aboutsummaryrefslogtreecommitdiff
path: root/src/common/Collision/BoundingIntervalHierarchyWrapper.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-12-11 19:44:03 +0100
committerOvahlord <dreadkiller@gmx.de>2024-12-12 19:59:07 +0100
commitc7f09e01719ad081548a5f46f5f6614a02334e6e (patch)
treefec7ecf821e467f639c5334b08c057edad401e73 /src/common/Collision/BoundingIntervalHierarchyWrapper.h
parent3d680ff9baaa0a837d8e8fea185554c16fea97da (diff)
Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::build copy vs move choice
(cherry picked from commit 62dbb0619b552d22ec35f89249553b518af609b7)
Diffstat (limited to 'src/common/Collision/BoundingIntervalHierarchyWrapper.h')
-rw-r--r--src/common/Collision/BoundingIntervalHierarchyWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Collision/BoundingIntervalHierarchyWrapper.h b/src/common/Collision/BoundingIntervalHierarchyWrapper.h
index f15e80b9a2e..30ff03733eb 100644
--- a/src/common/Collision/BoundingIntervalHierarchyWrapper.h
+++ b/src/common/Collision/BoundingIntervalHierarchyWrapper.h
@@ -94,7 +94,7 @@ public:
m_objects_to_push.getMembers(m_objects);
//assert that m_obj2Idx has all the keys
- m_tree.build(m_objects, BoundsFunc::getBounds2);
+ m_tree.build(m_objects, BoundsFunc());
}
template<typename RayCallback>