From d61c455a4775f966b44cc47804b9e0f160d3d332 Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Tue, 10 Nov 2020 20:53:31 -0800 Subject: Merge request #17 PhysX4 compatibility Other changes for linux and UE4CrossCompileLinux, and all packaging to work --- samples/SampleBase/blast/BlastController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/SampleBase/blast/BlastController.cpp') 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(); -- cgit v1.2.3