diff options
Diffstat (limited to 'source/game/StarTilesetDatabase.cpp')
-rw-r--r-- | source/game/StarTilesetDatabase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarTilesetDatabase.cpp b/source/game/StarTilesetDatabase.cpp index 5a7a32e..b9827ee 100644 --- a/source/game/StarTilesetDatabase.cpp +++ b/source/game/StarTilesetDatabase.cpp @@ -341,7 +341,7 @@ namespace Tiled { try { return Json::parseJson(propertyValue); } catch (JsonParsingException const& e) { - throw StarException::format("Error parsing Tiled property as Json: %s", outputException(e, false)); + throw StarException::format("Error parsing Tiled property as Json: {}", outputException(e, false)); } } |