diff options
Diffstat (limited to 'PhysX_3.4/Source/SimulationController/src/ScShapeSim.h')
| -rw-r--r-- | PhysX_3.4/Source/SimulationController/src/ScShapeSim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/SimulationController/src/ScShapeSim.h b/PhysX_3.4/Source/SimulationController/src/ScShapeSim.h index f59e4823..785de4ce 100644 --- a/PhysX_3.4/Source/SimulationController/src/ScShapeSim.h +++ b/PhysX_3.4/Source/SimulationController/src/ScShapeSim.h @@ -133,7 +133,7 @@ namespace Sc PxsShapeSim mLLShape; const ShapeCore& mCore; PxU32 mId; - PxU32 mSqBoundsId; + PxU32 mSqBoundsId; PX_FORCE_INLINE void internalAddToBroadPhase(); PX_FORCE_INLINE void internalRemoveFromBroadPhase(); |