mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
macOS build support
This commit is contained in:
@@ -3567,7 +3567,7 @@ IThreadPool *CMaterialSystem::CreateMatQueueThreadPool()
|
||||
// that only the threadpool threads should execute these jobs.
|
||||
startParams.bExecOnThreadPoolThreadsOnly = true;
|
||||
|
||||
m_pMatQueueThreadPool = CreateThreadPool();
|
||||
m_pMatQueueThreadPool = CreateThreadPool1();
|
||||
m_pMatQueueThreadPool->Start( startParams, "MatQueue" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user