mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -115,7 +115,7 @@ StudioDecalHandle_t CStudioRender::CreateDecalList( studiohwdata_t *pHardwareDat
|
||||
|
||||
// NOTE: This function is called directly without queueing
|
||||
m_DecalMutex.Lock();
|
||||
int handle = m_DecalList.AddToTail();
|
||||
intp handle = m_DecalList.AddToTail();
|
||||
m_DecalMutex.Unlock();
|
||||
|
||||
m_DecalList[handle].m_pHardwareData = pHardwareData;
|
||||
|
||||
Reference in New Issue
Block a user