Switch to C++20
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user