mirror of https://github.com/AxioDL/metaforce.git
Add default case to AnimationStateToStr
This commit is contained in:
parent
81888b2fdf
commit
7825b0cafb
|
@ -57,6 +57,8 @@ std::string_view AnimationStateToStr(EAnimationState state) {
|
|||
return "AdditiveFlinch"sv;
|
||||
case EAnimationState::AdditiveReaction:
|
||||
return "AdditiveReaction"sv;
|
||||
default:
|
||||
return "[unknown]";
|
||||
}
|
||||
}
|
||||
} // namespace metaforce::pas
|
||||
|
|
Loading…
Reference in New Issue