diff --git a/src/KingSystem/ActorSystem/actAiParam.h b/src/KingSystem/ActorSystem/actAiParam.h index bb9ea76a..7c7dd232 100644 --- a/src/KingSystem/ActorSystem/actAiParam.h +++ b/src/KingSystem/ActorSystem/actAiParam.h @@ -116,7 +116,6 @@ KSYS_CHECK_SIZE_NX150(InlineParam, 0x50); struct InlineParamPack { InlineParamPack() = default; - KSYS_ALWAYS_INLINE ~InlineParamPack() = default; InlineParam& getParam(s32 idx) { if (idx < 0) {