Skip to content
Snippets Groups Projects
Commit a47c1c77 authored by David Marcec's avatar David Marcec
Browse files

EffectOutStatus padding is now in hex

parent ceef334c
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ static_assert(sizeof(EffectInStatus) == 0xc0, "EffectInStatus is an invalid size ...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment