mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fpersmissive fixes
This commit is contained in:
@@ -1162,7 +1162,7 @@ inline ThreadHandle_t ThreadExecuteSoloImpl( CFunctor *pFunctor, const char *psz
|
||||
hThread = CreateSimpleThread( FunctorExecuteThread, pFunctor, &threadId );
|
||||
if ( pszName )
|
||||
{
|
||||
ThreadSetDebugName( threadId, pszName );
|
||||
ThreadSetDebugName( (ThreadHandle_t)threadId, pszName );
|
||||
}
|
||||
return hThread;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user