mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-27 20:34:03 +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() {
|
||||
*start_menu_request = true;
|
||||
start_menu_request = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue