mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 10:49:35 +00:00
macOS build support
This commit is contained in:
@@ -1087,7 +1087,7 @@ bool CParticleMgr::Init(unsigned long count, IMaterialSystem *pMaterials)
|
||||
if ( IsX360() )
|
||||
{
|
||||
//m_pThreadPool[0] = CreateThreadPool();
|
||||
m_pThreadPool[1] = CreateThreadPool();
|
||||
m_pThreadPool[1] = CreateThreadPool1();
|
||||
|
||||
ThreadPoolStartParams_t startParams;
|
||||
startParams.nThreads = 3;
|
||||
|
||||
Reference in New Issue
Block a user