mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Correct CUtlBuffer::m_Memory index type
This commit is contained in:
parent
eb04e08b0a
commit
4914be5718
@ -455,7 +455,7 @@ protected:
|
||||
template <typename T> void PutTypeBin( T src );
|
||||
template <typename T> void PutObject( T *src );
|
||||
|
||||
CUtlLeanVector<unsigned char> m_Memory;
|
||||
CUtlLeanVector<unsigned char, int> m_Memory;
|
||||
int m_Get;
|
||||
int m_Put;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user