Improvements to files_dropped signal

This commit is contained in:
kobewi
2022-04-10 21:25:24 +02:00
parent 83d2673772
commit 63de41b996
6 changed files with 14 additions and 5 deletions
+1 -1
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);