removed testing assert(0)
This commit is contained in:
@@ -145,8 +145,6 @@ void btOverlappingPairCache::cleanProxyFromPairs(btBroadphaseProxy* proxy)
|
|||||||
void btOverlappingPairCache::removeOverlappingPairsContainingProxy(btBroadphaseProxy* proxy)
|
void btOverlappingPairCache::removeOverlappingPairsContainingProxy(btBroadphaseProxy* proxy)
|
||||||
{
|
{
|
||||||
|
|
||||||
assert(0);
|
|
||||||
//todo, implement more efficient
|
|
||||||
class RemovePairCallback : public btOverlapCallback
|
class RemovePairCallback : public btOverlapCallback
|
||||||
{
|
{
|
||||||
btBroadphaseProxy* m_obsoleteProxy;
|
btBroadphaseProxy* m_obsoleteProxy;
|
||||||
|
|||||||
Reference in New Issue
Block a user