mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #60111 from KoBeWi/the_files_have_landed
This commit is contained in:
commit
2ec68599a4
6 changed files with 14 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue