diff options
| author | Mintormo | 2018-04-08 13:18:01 +0300 |
|---|---|---|
| committer | Mintormo | 2018-04-08 13:18:01 +0300 |
| commit | 41a3929d25258202272f854bd4e0ed02f9e152d5 (patch) | |
| tree | fad21fe22da70448d9144b4f4066a032120d27ed /editor/filesystem_dock.cpp | |
| parent | 9e7cee2ceb1a963c1da2c21013adf7d616412d3c (diff) | |
| download | godot-41a3929d25258202272f854bd4e0ed02f9e152d5.tar.gz godot-41a3929d25258202272f854bd4e0ed02f9e152d5.tar.zst godot-41a3929d25258202272f854bd4e0ed02f9e152d5.zip | |
Diffstat (limited to 'editor/filesystem_dock.cpp')
| -rw-r--r-- | editor/filesystem_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index d5783c9b1..df0096795 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -533,6 +533,7 @@ void FileSystemDock::_update_files(bool p_keep_selection) { filelist.push_back(fi); } + filelist.sort(); } String oi = "Object"; |
