From d24a732c772b40f804403ab5758f33f74b2eb6ed Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 7 Jun 2023 01:19:20 -0400 Subject: turn off core fading by default --- bench/bench_window.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bench') 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(); -- cgit v1.2.3