aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-04-25 16:02:08 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-04-25 16:02:08 -0500
commitd11708e398c2f6377d9eac2b1f7248c62faab569 (patch)
tree5778e794690c046ab4b0205d8f764960a5af168b /PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h
parentPhysX 3.4, APEX 1.4 patch release @21821222 (diff)
downloadphysx-3.4-d11708e398c2f6377d9eac2b1f7248c62faab569.tar.xz
physx-3.4-d11708e398c2f6377d9eac2b1f7248c62faab569.zip
PhysX 3.4, APEX 1.4 patch release @22017166
Diffstat (limited to 'PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h')
-rw-r--r--PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h b/PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h
index 7269b821..829b9ef1 100644
--- a/PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h
+++ b/PhysX_3.4/Source/LowLevelAABB/include/BpAABBManagerTasks.h
@@ -44,7 +44,8 @@ namespace Bp
class AggregateBoundsComputationTask : public Cm::Task, public shdfnd::UserAllocated
{
public:
- AggregateBoundsComputationTask() :
+ AggregateBoundsComputationTask(PxU64 contextId) :
+ Cm::Task (contextId),
mManager (NULL),
mStart (0),
mNbToGo (0),
@@ -74,7 +75,8 @@ namespace Bp
class FinalizeUpdateTask : public Cm::Task, public shdfnd::UserAllocated
{
public:
- FinalizeUpdateTask() :
+ FinalizeUpdateTask(PxU64 contextId) :
+ Cm::Task (contextId),
mManager (NULL),
mNumCpuTasks (0),
mScratchAllocator (NULL),