From d30a0dfef77ee68ab2a716c8cd5d87dbef440fa6 Mon Sep 17 00:00:00 2001 From: RetroFriends Date: Mon, 15 Feb 2021 22:29:56 -0500 Subject: [PATCH] old variable name --- scripts/InputCandy/InputCandy.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/InputCandy/InputCandy.gml b/scripts/InputCandy/InputCandy.gml index 3fbc76f..669765b 100644 --- a/scripts/InputCandy/InputCandy.gml +++ b/scripts/InputCandy/InputCandy.gml @@ -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 );