summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/bench_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_window.cpp b/bench/bench_window.cpp
index 767198b..7393e9f 100644
--- a/bench/bench_window.cpp
+++ b/bench/bench_window.cpp
@@ -115,7 +115,7 @@ const lib94::warrior *bench_window::do_step() {
last_core_step_distance = time - last_core_step_start;
last_core_step_start = time;
- const lib94::warrior *result = lib94::single_step();
+ const lib94::warrior *result = lib94::single_step<true>();
core.mut.lock();
core.age_all();