From 3f9977d72f8a481e76b6ad643a3d312a8cf9b551 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Date: Mon, 13 Aug 2018 13:37:04 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @24698370 --- PhysX_3.4/Source/SimulationController/src/ScShapeSim.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PhysX_3.4/Source/SimulationController/src/ScShapeSim.cpp') diff --git a/PhysX_3.4/Source/SimulationController/src/ScShapeSim.cpp b/PhysX_3.4/Source/SimulationController/src/ScShapeSim.cpp index d4e10a93..8b07c702 100644 --- a/PhysX_3.4/Source/SimulationController/src/ScShapeSim.cpp +++ b/PhysX_3.4/Source/SimulationController/src/ScShapeSim.cpp @@ -449,6 +449,8 @@ void ShapeSim::updateBPGroup() { Sc::Scene& scene = getScene(); scene.getAABBManager()->setBPGroup(getElementID(), getBPGroup()); + + //reinsertBroadPhase(); } } -- cgit v1.2.3