fix(CNavigation): Struct alignment off by 4 bytes

This commit is contained in:
Yimura 2022-01-28 02:25:13 +01:00
parent 61716c5d68
commit fc30a4b381
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ public:
float m_heading2; //0x0024 float m_heading2; //0x0024
char pad_0028[8]; //0x0028 char pad_0028[8]; //0x0028
rage::fvector3 m_rotation; //0x0030 rage::fvector3 m_rotation; //0x0030
char pad_003C[24]; //0x003C char pad_003C[20]; //0x003C
rage::fvector3 m_position; //0x0054 rage::fvector3 m_position; //0x0054
}; //Size: 0x0060 }; //Size: 0x0060
static_assert(sizeof(CNavigation) == 0x60); static_assert(sizeof(CNavigation) == 0x5C);

Binary file not shown.