diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/2dEffect.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/render/2dEffect.h b/src/render/2dEffect.h index 8c583799..2a71a8d5 100644 --- a/src/render/2dEffect.h +++ b/src/render/2dEffect.h @@ -90,6 +90,4 @@ public: } }; -#ifdef CHECK_STRUCT_SIZES -static_assert(sizeof(C2dEffect) == 0x34, "C2dEffect: error"); -#endif
\ No newline at end of file +VALIDATE_SIZE(C2dEffect, 0x34); |