diff options
| author | bgaldrikian <[email protected]> | 2020-11-10 20:53:31 -0800 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2020-11-10 20:53:31 -0800 |
| commit | d61c455a4775f966b44cc47804b9e0f160d3d332 (patch) | |
| tree | 7eff987598048409fe4ec9a1f733a87356f3aa21 /samples/SampleBase/blast/BlastController.cpp | |
| parent | * Updated license file (diff) | |
| download | archived-blast-d61c455a4775f966b44cc47804b9e0f160d3d332.tar.xz archived-blast-d61c455a4775f966b44cc47804b9e0f160d3d332.zip | |
Merge request #17 PhysX4 compatibilityv1.1.7_rc1
Other changes for linux and UE4CrossCompileLinux, and all packaging to work
Diffstat (limited to 'samples/SampleBase/blast/BlastController.cpp')
| -rwxr-xr-x | samples/SampleBase/blast/BlastController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/SampleBase/blast/BlastController.cpp b/samples/SampleBase/blast/BlastController.cpp index 52536f5..c457092 100755 --- a/samples/SampleBase/blast/BlastController.cpp +++ b/samples/SampleBase/blast/BlastController.cpp @@ -129,7 +129,7 @@ void BlastController::onSampleStart() m_replay = new BlastReplay();
m_taskManager =
- PxTaskManager::createTaskManager(NvBlastGetPxErrorCallback(), getPhysXController().getCPUDispatcher(), 0);
+ PxTaskManager::createTaskManager(NvBlastGetPxErrorCallback(), getPhysXController().getCPUDispatcher());
TkGroupDesc gdesc;
gdesc.workerCount = m_taskManager->getCpuDispatcher()->getWorkerCount();
|