thread 'main' (7330126) panicked at bevy/crates/bevy_ecs/src/system/system_param.rs:878:9:
error[B0002]: Res<game_menu::DisplayQuality> in system game_menu::menu::setting_button<game_menu::DisplayQuality> conflicts with a previous query. Consider removing the duplicate access. See: https://bevy.org/learn/errors/b0002
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `bevy_app::main_schedule::Main::run_main`!
Bevy version and features
What you did
cargo run --example game_menu --features debugWhat went wrong