From 9476897018d09583e0473dfc57e68273f5ca85e9 Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Fri, 18 Mar 2022 21:39:55 +0100 Subject: [PATCH] Forgot to add namespace on datatype. --- r5dev/materialsystem/cmaterialglue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/materialsystem/cmaterialglue.h b/r5dev/materialsystem/cmaterialglue.h index 24a30342..0fafc344 100644 --- a/r5dev/materialsystem/cmaterialglue.h +++ b/r5dev/materialsystem/cmaterialglue.h @@ -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