diff options
| author | volzhs | 2016-11-14 08:36:01 +0900 |
|---|---|---|
| committer | volzhs | 2016-11-14 08:36:01 +0900 |
| commit | b0cf201ea3beb473fd0498c5c7ec3b98feda88b9 (patch) | |
| tree | e420aba69e199c96826577420b6f071b1d13546f /tools/editor/editor_dir_dialog.cpp | |
| parent | c93c2a6be8ad0abbfd5cae4831ff2ce2200ae6f6 (diff) | |
| download | godot-b0cf201ea3beb473fd0498c5c7ec3b98feda88b9.tar.gz godot-b0cf201ea3beb473fd0498c5c7ec3b98feda88b9.tar.zst godot-b0cf201ea3beb473fd0498c5c7ec3b98feda88b9.zip | |
Diffstat (limited to 'tools/editor/editor_dir_dialog.cpp')
| -rw-r--r-- | tools/editor/editor_dir_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_dir_dialog.cpp b/tools/editor/editor_dir_dialog.cpp index cf0732501..a6a6e1114 100644 --- a/tools/editor/editor_dir_dialog.cpp +++ b/tools/editor/editor_dir_dialog.cpp @@ -145,7 +145,7 @@ void EditorDirDialog::set_current_path(const String& p_path) { if (p.begins_with("res://")) p = p.replace_first("res://",""); - Vector<String> dirs = p.split("/"); + Vector<String> dirs = p.split("/",false); TreeItem *r=tree->get_root(); for(int i=0;i<dirs.size();i++) { |
