From d1c812f1162e5fdb13c215792725b2591d7428f5 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 15 Sep 2017 15:41:57 -0500 Subject: PhysX 3.4.1, APEX 1.4.1 Release @22845541 --- PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp') diff --git a/PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp b/PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp index 4ce57c13..579c5438 100644 --- a/PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp +++ b/PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp @@ -1012,9 +1012,3 @@ void Sc::BodySim::freezeTransforms(Cm::BitMapPinned* shapeChangedMap) } } -void Sc::BodySim::postShapeChange(bool /*asPartOfActorTransformChange*/) -{ - // shape geometry or transform changes can cause connectivity changes and thus a second island gen pass is needed. - /*if (!asPartOfActorTransformChange) - internalNotifySecondIslandGenPassNeeded();*/ -} -- cgit v1.2.3