mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Tier1: use CThreadMutex instead of CThreadFastMutex for CKeyValuesSystem
The class uses CThreadMutex in the engine. Adjust type accordingly.
This commit is contained in:
parent
1e667c8f30
commit
d9adce6448
@ -104,7 +104,7 @@ private:
|
|||||||
CUtlRBTree<MemoryLeakTracker_t, int> m_KeyValuesTrackingList;
|
CUtlRBTree<MemoryLeakTracker_t, int> m_KeyValuesTrackingList;
|
||||||
CUtlMap<HKeySymbol, bool> m_KvConditionalSymbolTable;
|
CUtlMap<HKeySymbol, bool> m_KvConditionalSymbolTable;
|
||||||
|
|
||||||
CThreadFastMutex m_Mutex;
|
CThreadMutex m_Mutex;
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user