Merge pull request #46666 from Pop0p/3.2_bug_get_joy_button_index_from_string

Fix a crash when using Input.get_joy_button_index_from_string()
This commit is contained in:
Rémi Verschelde 2021-03-05 12:08:43 +01:00 committed by GitHub
commit f2ad10f957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1296,7 +1296,7 @@ static const char *_buttons[JOY_BUTTON_MAX] = {
"DPAD Up",
"DPAD Down",
"DPAD Left",
"DPAD Right"
"DPAD Right",
"Misc 1",
"Paddle 1",
"Paddle 2",