diff options
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();
|