add profiling for 'calculateOverlappingPairs'
This commit is contained in:
@@ -165,6 +165,7 @@ void btCollisionWorld::performDiscreteCollisionDetection()
|
||||
updateAabbs();
|
||||
|
||||
{
|
||||
BT_PROFILE("calculateOverlappingPairs");
|
||||
m_broadphasePairCache->calculateOverlappingPairs(m_dispatcher1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user