diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-04-25 16:02:08 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-04-25 16:02:08 -0500 |
| commit | d11708e398c2f6377d9eac2b1f7248c62faab569 (patch) | |
| tree | 5778e794690c046ab4b0205d8f764960a5af168b /KaplaDemo/samples/sampleViewer3/CrabManager.h | |
| parent | PhysX 3.4, APEX 1.4 patch release @21821222 (diff) | |
| download | physx-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.h | 4 |
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) { } |