Skip to content

Commit 5ea4a4c

Browse files
remove extra config bind on joystick axes (#6955)
Fixes fail sound due to the control set not changing between calls.
1 parent dd71838 commit 5ea4a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/controlconfig/controlsconfig.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,6 @@ int control_config_bind_key_on_frame(int ctrl, selItem item, bool API_Access)
20852085

20862086
if (!done && bind) {
20872087
if (!Axis_override.empty()) {
2088-
control_config_bind(ctrl, Axis_override, item, API_Access);
20892088
control_config_bind(ctrl, Axis_override, item, API_Access);
20902089
done = true;
20912090
strcpy_s(bound_string, Axis_override.textify().c_str());

0 commit comments

Comments
 (0)