Skip to content

Commit

Permalink
old variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lostastro committed Feb 16, 2021
1 parent f7cef6b commit d30a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/InputCandy/InputCandy.gml
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ function New_InputCandy_Private() {
}
},
MatchAction: function ( player_number, action, type ) {
switch ( binding_or_type ) { // type not binding
switch ( type ) { // type not binding
case ICDeviceType_gamepad:
if ( is_array(action.gamepad) ) {
return __ICI.MatchButtonList( player_number, action, action.gamepad_combo, action.gamepad );
Expand Down

0 comments on commit d30a0df

Please sign in to comment.