mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Update button_config.rs
This commit is contained in:
parent
2cfebf3a06
commit
b9c5ff6c1f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ pub fn handle_final_input_mapping(player_idx: i32, controller_struct: &mut SomeC
|
||||||
}
|
}
|
||||||
|
|
||||||
if p1_controller.current_buttons.minus() {
|
if p1_controller.current_buttons.minus() {
|
||||||
*start_menu_request = true;
|
start_menu_request = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue