Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Fix rotation bug (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Synx173 authored Aug 29, 2021
1 parent 4012d55 commit a5af93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDK/CEntity.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -52,7 +52,7 @@ class C_Entity {
};

private:
char pad_0100[0x10]; //0x0130
char pad_0100[0x8]; //0x0130
public:
vec3_t eyePos0; //0x0140
private:
Expand Down

1 comment on commit a5af93e

@Intoprelised
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

U Made a rotation bug lol

Please sign in to comment.