Merge pull request #60111 from KoBeWi/the_files_have_landed

This commit is contained in:
Rémi Verschelde 2022-04-11 12:52:51 +02:00 committed by GitHub
commit 2ec68599a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 5 deletions

View file

@ -5478,7 +5478,7 @@ void EditorNode::_global_menu_new_window(const Variant &p_tag) {
}
}
void EditorNode::_dropped_files(const Vector<String> &p_files, int p_screen) {
void EditorNode::_dropped_files(const Vector<String> &p_files) {
String to_path = ProjectSettings::get_singleton()->globalize_path(FileSystemDock::get_singleton()->get_selected_path());
_add_dropped_files_recursive(p_files, to_path);