You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
[3.x] Fix crashes when using _input functions
This commit is contained in:
@@ -58,7 +58,6 @@ void EditorHelp::_init_colors() {
|
||||
}
|
||||
|
||||
void EditorHelp::_unhandled_key_input(const Ref<InputEvent> &p_ev) {
|
||||
|
||||
if (!is_visible_in_tree())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user