mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
fix(HashTable): template type is not double ptr
This commit is contained in:
parent
1f89024484
commit
8ca261f722
@ -16,7 +16,7 @@ template<typename T>
|
||||
class HashTable
|
||||
{
|
||||
public:
|
||||
T** m_data; //0x0000
|
||||
T* m_data; //0x0000
|
||||
uint16_t m_size; //0x0008
|
||||
char pad_000A[14]; //0x000A
|
||||
uint64_t m_item_size; //0x0018
|
||||
|
Loading…
Reference in New Issue
Block a user