Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarNetworkedAnimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarNetworkedAnimator.cpp')
-rw-r--r--source/game/StarNetworkedAnimator.cpp2
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));
}
}
}