mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
clang
This commit is contained in:
parent
2d022e617d
commit
fe68576a56
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void LoadPresets() {
|
|||
auto json = nlohmann::json::parse(ifs);
|
||||
if (!json.contains("presetName")) {
|
||||
spdlog::error(fmt::format("Attempted to load file {} as a preset, but was not a preset file.",
|
||||
preset.path().filename().string()));
|
||||
preset.path().filename().string()));
|
||||
} else {
|
||||
ParsePreset(json, preset.path().filename().stem().string());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue