aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h')
-rw-r--r--PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h b/PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h
index f68e3ec1..20abe843 100644
--- a/PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h
+++ b/PhysX_3.4/Source/LowLevel/software/include/PxvNphaseImplementationContext.h
@@ -137,6 +137,7 @@ public:
virtual ~PxvNphaseImplementationContext() {}
virtual void destroy() = 0;
virtual void updateContactManager(PxReal dt, bool hasBoundsArrayChanged, bool hasContactDistanceChanged, PxBaseTask* continuation, PxBaseTask* firstPassContinuation) = 0;
+ virtual void postBroadPhaseUpdateContactManager() = 0;
virtual void secondPassUpdateContactManager(PxReal dt, PxBaseTask* continuation) = 0;
virtual void fetchUpdateContactManager() = 0;