diff --git a/src/ActorMultiVertex.cpp b/src/ActorMultiVertex.cpp index fa623ec8aa..f9584a9891 100644 --- a/src/ActorMultiVertex.cpp +++ b/src/ActorMultiVertex.cpp @@ -502,6 +502,7 @@ void ActorMultiVertex::UpdateAnimationState(bool force_update) break; } } + [[fallthrough]]; case DrawMode_QuadStrip: for (std::size_t i = first; i < last; ++i) {