From 5f95687888581f6b18f40fa7f6c30d1eafc7a707 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Date: Mon, 16 Apr 2018 11:35:38 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @23933511 --- PhysX_3.4/Source/SimulationController/src/ScIterators.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'PhysX_3.4/Source/SimulationController/src/ScIterators.cpp') 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(contactPatches), reinterpret_cast(contactPoints), reinterpret_cast(forces + numContacts), numPatches, numContacts) , mForces(forces) -, mShape0(&shape0) -, mShape1(&shape1) { mCurrentContact.shape0 = shape0.getPxShape(); mCurrentContact.shape1 = shape1.getPxShape(); -- cgit v1.2.3