aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseSap.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/BpBroadPhaseSap.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/BpBroadPhaseSap.cpp')
-rw-r--r--PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseSap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseSap.cpp b/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseSap.cpp
index d8aa0b54..e295ca78 100644
--- a/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseSap.cpp
+++ b/PhysX_3.4/Source/LowLevelAABB/src/BpBroadPhaseSap.cpp
@@ -622,7 +622,7 @@ bool BroadPhaseSap::setUpdateData(const BroadPhaseUpdateData& updateData)
return true;
}
-void BroadPhaseSap::postUpdate(PxBaseTask* /*continuation*/)
+void BroadPhaseSap::postUpdate()
{
PX_PROFILE_ZONE("BroadPhase.SapPostUpdate", mContextID);
@@ -678,7 +678,7 @@ void BroadPhaseBatchUpdateWorkTask::runInternal()
mSap->batchUpdate(mAxis, mPairs, mPairsSize, mPairsCapacity);
}
-void BroadPhaseSap::update(PxBaseTask* /*continuation*/)
+void BroadPhaseSap::update()
{
PX_PROFILE_ZONE("BroadPhase.SapUpdate", mContextID);