mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(CNonPhysicalPlayerData): Align to 4 bytes
This commit is contained in:
parent
47d153b423
commit
5705a0a121
@ -15,6 +15,7 @@ namespace rage
|
||||
static_assert(sizeof(nonPhysicalPlayerDataBase) == 0x8);
|
||||
}
|
||||
|
||||
#pragma pack(push, 4)
|
||||
class CNonPhysicalPlayerData : public rage::nonPhysicalPlayerDataBase
|
||||
{
|
||||
public:
|
||||
@ -23,3 +24,4 @@ public:
|
||||
rage::fvector3 m_position; //0x0010
|
||||
}; //Size: 0x001C
|
||||
static_assert(sizeof(CNonPhysicalPlayerData) == 0x1C);
|
||||
#pragma pack(pop)
|
||||
|
Loading…
Reference in New Issue
Block a user