minor fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user