diff options
| author | MillionOstrich | 2017-10-24 23:09:04 +0100 |
|---|---|---|
| committer | MillionOstrich | 2017-11-03 21:39:53 +0000 |
| commit | f6ca9d34a2f7111b2d1359ef517e44e3e257469d (patch) | |
| tree | bcf8bd8292959db866161cd6bc5f67da1517359c /editor/editor_node.h | |
| parent | acd193b62e3972d6dd1e4b2aa115948658f85e9b (diff) | |
| download | godot-f6ca9d34a2f7111b2d1359ef517e44e3e257469d.tar.gz godot-f6ca9d34a2f7111b2d1359ef517e44e3e257469d.tar.zst godot-f6ca9d34a2f7111b2d1359ef517e44e3e257469d.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 32d46e686..6e0117a4a 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -765,8 +765,7 @@ public: void remove_bottom_panel_item(Control *p_item); Variant drag_resource(const Ref<Resource> &p_res, Control *p_from); - Variant drag_files(const Vector<String> &p_files, Control *p_from); - Variant drag_files_and_dirs(const Vector<String> &p_files, Control *p_from); + Variant drag_files_and_dirs(const Vector<String> &p_paths, Control *p_from); void add_tool_menu_item(const String &p_name, Object *p_handler, const String &p_callback, const Variant &p_ud = Variant()); void add_tool_submenu_item(const String &p_name, PopupMenu *p_submenu); |
