Skip to content

Commit

Permalink
Add open_inputs to the list of exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickeon authored Jan 2, 2024
1 parent 663a01b commit 03daf93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AutomaticBugs/BasicData.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03daf93

Please sign in to comment.