diff options
Diffstat (limited to 'client/menu/controller_buttons')
| -rw-r--r-- | client/menu/controller_buttons/controller_button.gd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/menu/controller_buttons/controller_button.gd b/client/menu/controller_buttons/controller_button.gd index fbde9b16..30aff4f2 100644 --- a/client/menu/controller_buttons/controller_button.gd +++ b/client/menu/controller_buttons/controller_button.gd @@ -24,7 +24,7 @@ func _ready():  	set_texture_enabled(Global.using_joypad)  	Global.using_joypad_change.connect(set_texture_enabled) -func _input(event): +func _input(_event):  	if press_action == null:  		return  	if not is_visible_in_tree(): | 
