Default button for run is 0

This commit is contained in:
Thomas Forgione 2018-10-15 12:58:14 +02:00
parent 1e1a8de252
commit 2a4a6a7dc9
No known key found for this signature in database
GPG Key ID: 63D3E1A00D54FD76
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ impl GamepadMap {
Some(GamepadMap {
id: id,
jump_button: 1,
run_button: 2,
run_button: 0,
left_right_axis: Axis::X,
})
}