diff options
author | Benji Dial <benji@benjidial.net> | 2023-05-29 17:32:58 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-05-29 17:32:58 -0400 |
commit | 78c40e1422a86bd184ae1d571b241fa881f78ca0 (patch) | |
tree | 22b8cab245ae4487a9223b6a74390d47b6688909 /bench/main.hpp | |
parent | 97c79ff771d4993e322d0d6c44f265180797b2eb (diff) | |
download | lib94-78c40e1422a86bd184ae1d571b241fa881f78ca0.tar.gz |
target rate slider, hyperspeed, more
Diffstat (limited to 'bench/main.hpp')
-rw-r--r-- | bench/main.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/main.hpp b/bench/main.hpp index ee0e1e3..06243e3 100644 --- a/bench/main.hpp +++ b/bench/main.hpp @@ -7,7 +7,7 @@ #include <mutex> extern std::vector<lib94::warrior *> warriors; -extern std::chrono::milliseconds time_between_steps; +extern std::chrono::nanoseconds time_between_steps; extern std::mutex core_mutex; std::string ns_to_string(std::chrono::nanoseconds dur); |