mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2025-01-03 16:13:21 +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
|
class HashTable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
T** m_data; //0x0000
|
T* m_data; //0x0000
|
||||||
uint16_t m_size; //0x0008
|
uint16_t m_size; //0x0008
|
||||||
char pad_000A[14]; //0x000A
|
char pad_000A[14]; //0x000A
|
||||||
uint64_t m_item_size; //0x0018
|
uint64_t m_item_size; //0x0018
|
||||||
|
Loading…
x
Reference in New Issue
Block a user