mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
[console] Reset minimum time too
Not sure what happened to it, I thought I'd done that before.
This commit is contained in:
parent
ef322b968a
commit
4b86a0376d
1 changed files with 1 additions and 0 deletions
|
@ -675,6 +675,7 @@ system_info (void)
|
|||
UI_FlexibleSpace ();
|
||||
if (UI_Button ("Reset##timings")) {
|
||||
max_delta = -INT64_MAX;
|
||||
min_delta = INT64_MAX;
|
||||
}
|
||||
}
|
||||
UI_Horizontal {
|
||||
|
|
Loading…
Reference in a new issue