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:
commit
f2ad10f957
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user