diff options
Diffstat (limited to 'PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp')
| -rw-r--r-- | PhysX_3.4/Source/SimulationController/src/ScBodySim.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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();*/ -} |