diff options
Diffstat (limited to 'source/game/StarNetworkedAnimator.cpp')
-rw-r--r-- | source/game/StarNetworkedAnimator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarNetworkedAnimator.cpp b/source/game/StarNetworkedAnimator.cpp index 718073f..065ca31 100644 --- a/source/game/StarNetworkedAnimator.cpp +++ b/source/game/StarNetworkedAnimator.cpp @@ -577,7 +577,7 @@ List<pair<Drawable, float>> NetworkedAnimator::drawablesWithZLevel(Vec2F const& } else if (effect.type == "directive") { baseProcessingDirectives.append(effect.directives); } else { - throw NetworkedAnimatorException(strf("No such NetworkedAnimator effect type '%s'", effect.type)); + throw NetworkedAnimatorException(strf("No such NetworkedAnimator effect type '{}'", effect.type)); } } } |