diff options
Diffstat (limited to 'bench/bench_window.hpp')
-rw-r--r-- | bench/bench_window.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/bench_window.hpp b/bench/bench_window.hpp index 51e8fbe..ae75e51 100644 --- a/bench/bench_window.hpp +++ b/bench/bench_window.hpp @@ -109,6 +109,8 @@ private: std::thread runner; bool runner_active; + std::chrono::system_clock::time_point last_hyperspeed_ui_update; + void update_buttons(); void update_ui(); |