Small fix
This commit is contained in:
parent
87614b7dad
commit
294d3b6665
|
@ -335,7 +335,10 @@ void CollisionDetection::broadPhaseNotifyOverlappingPair(ProxyShape* shape1, Pro
|
||||||
mMemoryManager.getSingleFrameAllocator(), mWorld->mConfig);
|
mMemoryManager.getSingleFrameAllocator(), mWorld->mConfig);
|
||||||
assert(newPair != nullptr);
|
assert(newPair != nullptr);
|
||||||
|
|
||||||
|
#ifdef IS_PROFILING_ACTIVE
|
||||||
newPair->setProfiler(mProfiler);
|
newPair->setProfiler(mProfiler);
|
||||||
|
#endif
|
||||||
|
|
||||||
mOverlappingPairs.add(Pair<Pair<uint, uint>, OverlappingPair*>(pairID, newPair));
|
mOverlappingPairs.add(Pair<Pair<uint, uint>, OverlappingPair*>(pairID, newPair));
|
||||||
|
|
||||||
// Wake up the two bodies
|
// Wake up the two bodies
|
||||||
|
|
Loading…
Reference in New Issue
Block a user