"u"nits displayed instead of microsecs

This commit is contained in:
VladMordock
2021-02-27 14:29:31 +01:00
parent 10afe7bf96
commit b1cd95649a
2 changed files with 4 additions and 4 deletions

View File

@@ -582,8 +582,8 @@ namespace Perun_v1
}
// Frame times
label31.Text = $"{Globals.LastFrameTime.ToString("0.00")}µs";
label33.Text = $"{Globals.LastFrameDelay.ToString("0.00")}µs";
label31.Text = $"{Globals.LastFrameTime.ToString("0.")}u";
label33.Text = $"{Globals.LastFrameDelay.ToString("0.")}u";
// Check if we shall rate logs
Globals.RotateLogs = con_check_minimize_to_tray.Checked;