diff options
| author | Sheikh Dawood <[email protected]> | 2018-04-16 11:35:38 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-04-16 11:35:38 -0500 |
| commit | 5f95687888581f6b18f40fa7f6c30d1eafc7a707 (patch) | |
| tree | a38019870dd5955d009cf94f518ef11300c719c0 /PhysX_3.4/Source/SceneQuery/src/SqIncrementalAABBTree.cpp | |
| parent | PhysX 3.4, APEX 1.4 patch release @23879214 (diff) | |
| download | physx-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/SceneQuery/src/SqIncrementalAABBTree.cpp')
| -rw-r--r-- | PhysX_3.4/Source/SceneQuery/src/SqIncrementalAABBTree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/SceneQuery/src/SqIncrementalAABBTree.cpp b/PhysX_3.4/Source/SceneQuery/src/SqIncrementalAABBTree.cpp index be5fccf4..10c371a0 100644 --- a/PhysX_3.4/Source/SceneQuery/src/SqIncrementalAABBTree.cpp +++ b/PhysX_3.4/Source/SceneQuery/src/SqIncrementalAABBTree.cpp @@ -562,8 +562,8 @@ static void checkNode(IncrementalAABBTreeNode* node, IncrementalAABBTreeNode* pa PX_ASSERT(!parent->isLeaf()); PX_ASSERT(parent->mChilds[0] == node || parent->mChilds[1] == node); - ASSERT_ISVALIDVEC3V(node->mBVMin); - ASSERT_ISVALIDVEC3V(node->mBVMax); + //ASSERT_ISVALIDVEC3V(node->mBVMin); + //ASSERT_ISVALIDVEC3V(node->mBVMax); if(!node->isLeaf()) { |