minor fixes

This commit is contained in:
ohyzha
2024-08-03 15:41:59 +03:00
parent 837861d6f2
commit dcf6e72f96
9 changed files with 14 additions and 16 deletions

View File

@@ -124,7 +124,7 @@ namespace OpenVulkano::Scene
else
{
// throw ? replace with ? character (if available) ?
Logger::RENDER->error(fmt::format("Could not find glyph for character {}", c));
Logger::RENDER->error("Could not find glyph for character {}", c);
}
}
}