From b6db9a56548cd1c41bee309e721d76ea2c9320da Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 26 Jan 2018 19:43:03 -0600 Subject: PhysX 3.4, APEX 1.4 patch release @23472123 --- PhysX_3.4/Source/SimulationController/src/ScSqBoundsManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'PhysX_3.4/Source/SimulationController/src/ScSqBoundsManager.h') diff --git a/PhysX_3.4/Source/SimulationController/src/ScSqBoundsManager.h b/PhysX_3.4/Source/SimulationController/src/ScSqBoundsManager.h index 276a7a43..a1b80b4b 100644 --- a/PhysX_3.4/Source/SimulationController/src/ScSqBoundsManager.h +++ b/PhysX_3.4/Source/SimulationController/src/ScSqBoundsManager.h @@ -35,11 +35,10 @@ #include "PsArray.h" #include "PsUserAllocated.h" #include "PsHashSet.h" -//#include "SqPruner.h" +#include "CmBitMap.h" namespace physx { - namespace Sq { typedef PxU32 PrunerHandle; // PT: we should get this from SqPruner.h but it cannot be included from here @@ -59,7 +58,7 @@ public: void addShape(ShapeSim& shape); void removeShape(ShapeSim& shape); - void syncBounds(SqBoundsSync& sync, SqRefFinder& finder, const PxBounds3* bounds, PxU64 contextID); + void syncBounds(SqBoundsSync& sync, SqRefFinder& finder, const PxBounds3* bounds, PxU64 contextID, const Cm::BitMap& dirtyShapeSimMap); private: -- cgit v1.2.3