From 4b86a0376d9e520d9f118b3e8694f5e7eac19606 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 21 Jul 2023 19:31:20 +0900 Subject: [PATCH] [console] Reset minimum time too Not sure what happened to it, I thought I'd done that before. --- libs/console/cl_debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/console/cl_debug.c b/libs/console/cl_debug.c index 1976ae037..b3f01cfd0 100644 --- a/libs/console/cl_debug.c +++ b/libs/console/cl_debug.c @@ -675,6 +675,7 @@ system_info (void) UI_FlexibleSpace (); if (UI_Button ("Reset##timings")) { max_delta = -INT64_MAX; + min_delta = INT64_MAX; } } UI_Horizontal {