1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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
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);