diff options
Diffstat (limited to 'PhysX_3.4/Source/LowLevelDynamics/src/DySolverPFConstraints.cpp')
| -rw-r--r-- | PhysX_3.4/Source/LowLevelDynamics/src/DySolverPFConstraints.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PhysX_3.4/Source/LowLevelDynamics/src/DySolverPFConstraints.cpp b/PhysX_3.4/Source/LowLevelDynamics/src/DySolverPFConstraints.cpp index 76fe8e7f..0ede719d 100644 --- a/PhysX_3.4/Source/LowLevelDynamics/src/DySolverPFConstraints.cpp +++ b/PhysX_3.4/Source/LowLevelDynamics/src/DySolverPFConstraints.cpp @@ -31,8 +31,6 @@ #include "foundation/PxPreprocessor.h" #include "PsVecMath.h" -#ifdef PX_SUPPORT_SIMD - #include "CmPhysXCommon.h" #include "DySolverBody.h" #include "DySolverContact.h" @@ -865,4 +863,3 @@ void solveConcludeContactCoulomb_BStatic (const PxSolverConstraintDesc& desc, So } -#endif //PX_SUPPORT_SIMD |