aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp
diff options
context:
space:
mode:
authorSheikh Dawood <[email protected]>2018-08-13 13:37:04 -0500
committerSheikh Dawood <[email protected]>2018-08-13 13:37:04 -0500
commit3f9977d72f8a481e76b6ad643a3d312a8cf9b551 (patch)
tree8dfa563cf2a06498b56b055af133bd066f1f349c /PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp
parentPhysX 3.4, APEX 1.4 patch release @24214033 (diff)
downloadphysx-3.4-3f9977d72f8a481e76b6ad643a3d312a8cf9b551.tar.xz
physx-3.4-3f9977d72f8a481e76b6ad643a3d312a8cf9b551.zip
PhysX 3.4, APEX 1.4 patch release @24698370
Diffstat (limited to 'PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp')
-rw-r--r--PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp b/PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp
index ef6dee35..3584154d 100644
--- a/PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp
+++ b/PhysX_3.4/Source/LowLevelAABB/src/BpSAPTasks.cpp
@@ -52,12 +52,12 @@ namespace Bp
void SapUpdateWorkTask::runInternal()
{
- mSAP->update(getContinuation());
+ mSAP->update();
}
void SapPostUpdateWorkTask::runInternal()
{
- mSAP->postUpdate(getContinuation());
+ mSAP->postUpdate();
#ifdef DUMP_TOTAL_SAP_TIME
PxU64 endTime = shdfnd::Time::getCurrentCounterValue();
printf("SAP Time: %" PX_PRIu64 "\n", endTime - gStartTime);