Fix CreateThreadPool

This commit is contained in:
exstrim401
2022-11-20 19:32:30 +02:00
parent 54d76a1131
commit d8580d59d2
9 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -1087,7 +1087,7 @@ bool CParticleMgr::Init(unsigned long count, IMaterialSystem *pMaterials)
if ( IsX360() )
{
//m_pThreadPool[0] = CreateThreadPool();
m_pThreadPool[1] = CreateThreadPool1();
m_pThreadPool[1] = CreateThreadPool();
ThreadPoolStartParams_t startParams;
startParams.nThreads = 3;