From 03daf9331e47b4463035c0b7bedb27843c3fc789 Mon Sep 17 00:00:00 2001 From: Micky <66727710+Mickeon@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:53:47 +0100 Subject: [PATCH] Add `open_inputs` to the list of exceptions Required for https://github.com/godotengine/godot/pull/86713 --- AutomaticBugs/BasicData.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/AutomaticBugs/BasicData.gd b/AutomaticBugs/BasicData.gd index 7f0eee5..dc5e764 100644 --- a/AutomaticBugs/BasicData.gd +++ b/AutomaticBugs/BasicData.gd @@ -26,6 +26,7 @@ var function_exceptions: Array = [ "getvar", #GH 46019 "get_available_chars", #GH 46118 "open_midi_inputs", #GH 46183 + "open_inputs", #GH 86713 "set_icon", #GH 46189 "get_latin_keyboard_variant", #GH TODO Memory Leak "set_editor_hint", #GH 46252