diff options
| author | Paulb23 | 2017-09-16 13:14:22 +0000 |
|---|---|---|
| committer | Paulb23 | 2017-09-16 13:14:22 +0000 |
| commit | afb1dd1e4c7de5b2b6942b4019a553be72e12a6f (patch) | |
| tree | 76acb0c441560a22a84432bbc7cdea238f147d2e /editor/quick_open.cpp | |
| parent | 9c71b7b91f7215828951c96f3d75b55765bdbd5a (diff) | |
| download | godot-afb1dd1e4c7de5b2b6942b4019a553be72e12a6f.tar.gz godot-afb1dd1e4c7de5b2b6942b4019a553be72e12a6f.tar.zst godot-afb1dd1e4c7de5b2b6942b4019a553be72e12a6f.zip | |
Diffstat (limited to 'editor/quick_open.cpp')
| -rw-r--r-- | editor/quick_open.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/quick_open.cpp b/editor/quick_open.cpp index b92ebed16..4bcbe073e 100644 --- a/editor/quick_open.cpp +++ b/editor/quick_open.cpp @@ -189,7 +189,7 @@ Vector<Pair<String, Ref<Texture> > > EditorQuickOpen::_sort_fs(Vector<Pair<Strin Vector<Pair<String, Ref<Texture> > > sorted_list; if (search_text == String() || list.size() == 0) - return sorted_list; + return list; Vector<float> scores; scores.resize(list.size()); |
