mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
"u"nits displayed instead of microsecs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user