Switch to C++20

This commit is contained in:
Georg Hagen
2024-06-21 11:57:53 +02:00
parent ca3985cd68
commit 299040ecaf
7 changed files with 28 additions and 12 deletions

View File

@@ -174,7 +174,7 @@ namespace OpenVulkano
fpsTimer = 0;
if (window->HasTitle())
{
window->SetTitle(fmt::format(windowTitleFormat, avgFps, avgFrameTime));
window->SetTitle(fmt::format(fmt::runtime(windowTitleFormat), avgFps, avgFrameTime));
}
}
}