You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix a crash when using Input.get_joy_button_index_from_string()
There was a missing comma between two elements in the _buttons array
This commit is contained in:
@@ -1296,7 +1296,7 @@ static const char *_buttons[JOY_BUTTON_MAX] = {
|
|||||||
"DPAD Up",
|
"DPAD Up",
|
||||||
"DPAD Down",
|
"DPAD Down",
|
||||||
"DPAD Left",
|
"DPAD Left",
|
||||||
"DPAD Right"
|
"DPAD Right",
|
||||||
"Misc 1",
|
"Misc 1",
|
||||||
"Paddle 1",
|
"Paddle 1",
|
||||||
"Paddle 2",
|
"Paddle 2",
|
||||||
|
|||||||
Reference in New Issue
Block a user