mirror of
https://github.com/godotengine/godot.git
synced 2025-01-11 04:30:50 +00:00
fixes #5464 windows_joystick close_joystick bug
This commit is contained in:
parent
72c2cccbe2
commit
2511f48339
@ -283,7 +283,7 @@ void joystick_windows::close_joystick(int id) {
|
||||
d_joysticks[id].attached = false;
|
||||
attached_joysticks[d_joysticks[id].id] = false;
|
||||
d_joysticks[id].guid.Data1 = d_joysticks[id].guid.Data2 = d_joysticks[id].guid.Data3 = 0;
|
||||
input->joy_connection_changed(id, false, "");
|
||||
input->joy_connection_changed(d_joysticks[id].id, false, "");
|
||||
joystick_count--;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user