mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Forgot to add namespace on datatype.
This commit is contained in:
parent
8a672f4dfc
commit
9476897018
@ -7,7 +7,7 @@ class CMaterialGlue // [ PIXIE ]: Class seems mostly right, a few members are st
|
||||
public:
|
||||
void* m_pVTable; //0x0000
|
||||
char pad_0008[8]; //0x0008
|
||||
uint64_t m_GUID; //0x0010
|
||||
std::uint64_t m_GUID; //0x0010
|
||||
char* m_pszName; //0x0018
|
||||
char* m_pszSurfaceName1; //0x0020
|
||||
char* m_pszSurfaceName2; //0x0028
|
||||
|
Loading…
x
Reference in New Issue
Block a user