EffectOutStatus padding is now in hex
This commit is contained in:
parent
ceef334c1c
commit
a47c1c77e6
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ static_assert(sizeof(EffectInStatus) == 0xc0, "EffectInStatus is an invalid size
|
||||||
|
|
||||||
struct EffectOutStatus {
|
struct EffectOutStatus {
|
||||||
EffectStatus state;
|
EffectStatus state;
|
||||||
INSERT_PADDING_BYTES(15);
|
INSERT_PADDING_BYTES(0xf);
|
||||||
};
|
};
|
||||||
static_assert(sizeof(EffectOutStatus) == 0x10, "EffectOutStatus is an invalid size");
|
static_assert(sizeof(EffectOutStatus) == 0x10, "EffectOutStatus is an invalid size");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue