From a5af93ec3e77d24aa37b3dafd2bb39bb2f4eab7a Mon Sep 17 00:00:00 2001 From: TheSynx <87203897+Synx173@users.noreply.github.com> Date: Sun, 29 Aug 2021 14:48:51 -0400 Subject: [PATCH] Fix rotation bug (#4489) --- SDK/CEntity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDK/CEntity.h b/SDK/CEntity.h index 835a6817..ad12599a 100644 --- a/SDK/CEntity.h +++ b/SDK/CEntity.h @@ -34,7 +34,7 @@ class C_Entity { public: uintptr_t *ptrToPtrToEntList; //0x0008 private: - char pad_0010[0x130]; //0x0010 + char pad_0010[0x138]; //0x0010 public: union { struct { @@ -52,7 +52,7 @@ class C_Entity { }; private: - char pad_0100[0x10]; //0x0130 + char pad_0100[0x8]; //0x0130 public: vec3_t eyePos0; //0x0140 private: