mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 22:15:46 -04:00
ImGuiOverlays: Fix incorrect frame time order
This commit is contained in:
@ -249,7 +249,7 @@ void ImGuiManager::DrawPerformanceOverlay()
|
||||
{
|
||||
text.Clear();
|
||||
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));
|
||||
|
||||
text.Clear();
|
||||
|
Reference in New Issue
Block a user