mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix invalid alignment for 'MatchMetrics'
This commit is contained in:
parent
ea4190e534
commit
d52bbfec08
@ -135,7 +135,7 @@ struct CurrentData_LocalPlayer
|
||||
int m_pushedFixedPointOffsetReplayCompensated[3];
|
||||
Quaternion m_localGravityRotation;
|
||||
};
|
||||
struct __declspec(align(1)) MatchMetrics
|
||||
struct MatchMetrics
|
||||
{
|
||||
bool hotDropped;
|
||||
bool relinquished;
|
||||
|
Loading…
x
Reference in New Issue
Block a user