From 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Mon, 20 Nov 2017 11:35:52 -0600 Subject: PhysX 3.4.1, APEX 1.4.1 Release @23131702 --- PhysX_3.4/Source/SimulationController/src/ScElementInteractionMarker.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PhysX_3.4/Source/SimulationController/src/ScElementInteractionMarker.h') diff --git a/PhysX_3.4/Source/SimulationController/src/ScElementInteractionMarker.h b/PhysX_3.4/Source/SimulationController/src/ScElementInteractionMarker.h index 58e69069..743de966 100644 --- a/PhysX_3.4/Source/SimulationController/src/ScElementInteractionMarker.h +++ b/PhysX_3.4/Source/SimulationController/src/ScElementInteractionMarker.h @@ -32,6 +32,7 @@ #define PX_COLLISION_ELEMENT_INTERACTION_MARKER #include "ScElementSimInteraction.h" +#include "ScNPhaseCore.h" namespace physx { @@ -62,6 +63,7 @@ PX_INLINE Sc::ElementInteractionMarker::ElementInteractionMarker(ElementSim& ele PX_UNUSED(active); PX_ASSERT(!active); getScene().registerInteraction(this, false); + getScene().getNPhaseCore()->registerInteraction(this); } } -- cgit v1.2.3