aboutsummaryrefslogtreecommitdiff
path: root/KaplaDemo/samples/sampleViewer3/CrabManager.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 /KaplaDemo/samples/sampleViewer3/CrabManager.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 'KaplaDemo/samples/sampleViewer3/CrabManager.h')
-rw-r--r--KaplaDemo/samples/sampleViewer3/CrabManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/KaplaDemo/samples/sampleViewer3/CrabManager.h b/KaplaDemo/samples/sampleViewer3/CrabManager.h
index 81b8303a..4d688599 100644
--- a/KaplaDemo/samples/sampleViewer3/CrabManager.h
+++ b/KaplaDemo/samples/sampleViewer3/CrabManager.h
@@ -51,7 +51,7 @@ class CompletionTask : public physx::Cm::Task
public:
- CompletionTask(physx::shdfnd::Sync& sync) : mSync(sync)
+ CompletionTask(physx::shdfnd::Sync& sync) : physx::Cm::Task(0), mSync(sync)
{
}
@@ -69,7 +69,7 @@ public:
CrabUpdateStateTask(CrabManager* crabManager, const physx::PxU32 startIndex, const physx::PxU32 endIndex) :
- mCrabManager(crabManager), mStartIndex(startIndex), mEndIndex(endIndex)
+ physx::Cm::Task(0), mCrabManager(crabManager), mStartIndex(startIndex), mEndIndex(endIndex)
{
}