fix(CNavigation): naming scheme
This commit is contained in:
parent
66970767b1
commit
3adc40cebc
@ -5,12 +5,12 @@ class CNavigation
|
||||
{
|
||||
public:
|
||||
char pad_0000[32]; //0x0000
|
||||
rage::fvector3 right; //0x0020
|
||||
rage::fvector3 m_right; //0x0020
|
||||
char pad_002C[4]; //0x002C
|
||||
rage::fvector3 forward; //0x0030
|
||||
rage::fvector3 m_forward; //0x0030
|
||||
char pad_003C[4]; //0x003C
|
||||
rage::fvector3 up; //0x0040
|
||||
rage::fvector3 m_up; //0x0040
|
||||
char pad_004C[4]; //0x004C
|
||||
rage::fvector3 position; //0x0050
|
||||
rage::fvector3 m_position; //0x0050
|
||||
}; //Size: 0x0060
|
||||
static_assert(sizeof(CNavigation) == 0x5C);
|
||||
|
Loading…
Reference in New Issue
Block a user