aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/SimulationController/src/ScIterators.cpp
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/SimulationController/src/ScIterators.cpp
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/SimulationController/src/ScIterators.cpp')
-rw-r--r--PhysX_3.4/Source/SimulationController/src/ScIterators.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/SimulationController/src/ScIterators.cpp b/PhysX_3.4/Source/SimulationController/src/ScIterators.cpp
index 8273fabe..4ed8195f 100644
--- a/PhysX_3.4/Source/SimulationController/src/ScIterators.cpp
+++ b/PhysX_3.4/Source/SimulationController/src/ScIterators.cpp
@@ -43,8 +43,6 @@ Sc::ContactIterator::Pair::Pair(const void*& contactPatches, const void*& contac
, mNumContacts(numContacts)
, mIter(reinterpret_cast<const PxU8*>(contactPatches), reinterpret_cast<const PxU8*>(contactPoints), reinterpret_cast<const PxU32*>(forces + numContacts), numPatches, numContacts)
, mForces(forces)
-, mShape0(&shape0)
-, mShape1(&shape1)
{
mCurrentContact.shape0 = shape0.getPxShape();
mCurrentContact.shape1 = shape1.getPxShape();