Update btOverlappingPairCache.h
processAllOverlappingPairs : don't call own method, call the default one without dispatchInfo. Thanks James Dolan, fixes Issue #1750
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
|||||||
|
|
||||||
virtual void processAllOverlappingPairs(btOverlapCallback* callback,btDispatcher* dispatcher, const struct btDispatcherInfo& dispatchInfo)
|
virtual void processAllOverlappingPairs(btOverlapCallback* callback,btDispatcher* dispatcher, const struct btDispatcherInfo& dispatchInfo)
|
||||||
{
|
{
|
||||||
processAllOverlappingPairs(callback, dispatcher, dispatchInfo);
|
processAllOverlappingPairs(callback, dispatcher);
|
||||||
}
|
}
|
||||||
virtual btBroadphasePair* findPair(btBroadphaseProxy* proxy0, btBroadphaseProxy* proxy1) = 0;
|
virtual btBroadphasePair* findPair(btBroadphaseProxy* proxy0, btBroadphaseProxy* proxy1) = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user