[console] Reset minimum time too

Not sure what happened to it, I thought I'd done that before.
This commit is contained in:
Bill Currie 2023-07-21 19:31:20 +09:00
parent ef322b968a
commit 4b86a0376d

View file

@ -675,6 +675,7 @@ system_info (void)
UI_FlexibleSpace ();
if (UI_Button ("Reset##timings")) {
max_delta = -INT64_MAX;
min_delta = INT64_MAX;
}
}
UI_Horizontal {