need to fix an issue, before making the paircache change.
This commit is contained in:
@@ -32,7 +32,7 @@ m_invalidPair(0)
|
||||
{
|
||||
m_ownsPairCache = true;
|
||||
void* mem = btAlignedAlloc(sizeof(btOverlappingPairCache),16);
|
||||
m_overlappingPairs = new (mem)btHashedOverlappingPairCache();
|
||||
m_overlappingPairs = new (mem)btOverlappingPairCache();
|
||||
}
|
||||
|
||||
struct btMultiSapOverlapFilterCallback : public btOverlapFilterCallback
|
||||
|
||||
Reference in New Issue
Block a user