mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
refactor(Collision): update some methods to UpperCamelCase (#6486)
This commit is contained in:
@@ -97,7 +97,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::GetBounds2);
|
||||
}
|
||||
|
||||
template<typename RayCallback>
|
||||
|
||||
Reference in New Issue
Block a user