1
0
Fork 0
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:
jugeeya 2023-08-23 09:51:58 -07:00 committed by GitHub
parent 2cfebf3a06
commit b9c5ff6c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}