mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 06:45:42 -04:00
ImGuiOverlays: Fix incorrect frame time order
This commit is contained in:
parent
af5d49649c
commit
559f14d27d
@ -249,7 +249,7 @@ void ImGuiManager::DrawPerformanceOverlay()
|
|||||||
{
|
{
|
||||||
text.Clear();
|
text.Clear();
|
||||||
text.AppendFmtString("{:.2f}ms | {:.2f}ms | {:.2f}ms", System::GetMinimumFrameTime(),
|
text.AppendFmtString("{:.2f}ms | {:.2f}ms | {:.2f}ms", System::GetMinimumFrameTime(),
|
||||||
System::GetMaximumFrameTime(), System::GetAverageFrameTime());
|
System::GetAverageFrameTime(), System::GetMaximumFrameTime());
|
||||||
DRAW_LINE(fixed_font, text, IM_COL32(255, 255, 255, 255));
|
DRAW_LINE(fixed_font, text, IM_COL32(255, 255, 255, 255));
|
||||||
|
|
||||||
text.Clear();
|
text.Clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user