diff options
Diffstat (limited to 'editor/filesystem_dock.h')
| -rw-r--r-- | editor/filesystem_dock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 1e04b6a4ff..104def71c8 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -351,7 +351,7 @@ private: void _update_display_mode(bool p_force = false); - Vector<String> _tree_get_selected(bool remove_self_inclusion = true) const; + Vector<String> _tree_get_selected(bool remove_self_inclusion = true, bool p_include_unselected_cursor = false) const; bool _is_file_type_disabled_by_feature_profile(const StringName &p_class); |
