summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/bench_window.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/bench/bench_window.cpp b/bench/bench_window.cpp
index 11a0e75..cb9f252 100644
--- a/bench/bench_window.cpp
+++ b/bench/bench_window.cpp
@@ -8,7 +8,7 @@ bench_window::bench_window()
runner_stop_on_death(true),
runner_stop_on_win(true),
runner_hyperspeed(false),
- core_fading(true),
+ core_fading(false),
control_box(Gtk::Orientation::VERTICAL),
new_round_button("new round"),
single_step_button("single step"),
@@ -49,7 +49,6 @@ bench_window::bench_window()
update_ui();
- core_fading_toggle.activate();
pause_on_death_toggle.activate();
pause_on_win_toggle.activate();