aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelAABB
diff options
context:
space:
mode:
authorSheikh Dawood <[email protected]>2018-04-16 11:35:38 -0500
committerSheikh Dawood <[email protected]>2018-04-16 11:35:38 -0500
commit5f95687888581f6b18f40fa7f6c30d1eafc7a707 (patch)
treea38019870dd5955d009cf94f518ef11300c719c0 /PhysX_3.4/Source/LowLevelAABB
parentPhysX 3.4, APEX 1.4 patch release @23879214 (diff)
downloadphysx-3.4-5f95687888581f6b18f40fa7f6c30d1eafc7a707.tar.xz
physx-3.4-5f95687888581f6b18f40fa7f6c30d1eafc7a707.zip
PhysX 3.4, APEX 1.4 patch release @23933511
Diffstat (limited to 'PhysX_3.4/Source/LowLevelAABB')
-rw-r--r--PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseMBP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseMBP.cpp b/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseMBP.cpp
index 0fed3223..df6ede0c 100644
--- a/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseMBP.cpp
+++ b/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseMBP.cpp
@@ -662,7 +662,7 @@ MBP_Pair* MBP_PairManager::addPair(PxU32 id0, PxU32 id1, const BpHandle* PX_REST
PX_ASSERT(id0!=INVALID_ID);
PX_ASSERT(id1!=INVALID_ID);
- if(groups)
+ PX_ASSERT(groups);
{
const MBP_ObjectIndex index0 = decodeHandle_Index(id0);
const MBP_ObjectIndex index1 = decodeHandle_Index(id1);