diff options
author | Benji Dial <benji@benjidial.net> | 2023-05-30 22:14:40 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-05-30 22:14:40 -0400 |
commit | 21d36220c869e4e28d437993a082b12b67a2428f (patch) | |
tree | 38240ec9388291a8c089080a175478df3d0f505f /bench/bench_window.hpp | |
parent | a988f6a27db39eac6de698a8d0ad31673c865d41 (diff) | |
download | lib94-21d36220c869e4e28d437993a082b12b67a2428f.tar.gz |
make hyperspeed not update ui so much
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(); |