mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-11 11:51:17 +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 ();
|
UI_FlexibleSpace ();
|
||||||
if (UI_Button ("Reset##timings")) {
|
if (UI_Button ("Reset##timings")) {
|
||||||
max_delta = -INT64_MAX;
|
max_delta = -INT64_MAX;
|
||||||
|
min_delta = INT64_MAX;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UI_Horizontal {
|
UI_Horizontal {
|
||||||
|
|
Loading…
Reference in a new issue