diff options
| author | Juan Linietsky | 2016-06-28 09:47:03 -0300 |
|---|---|---|
| committer | Rémi Verschelde | 2016-07-08 18:39:23 +0200 |
| commit | a2103bac7caf0f60495ccce8e499cccdd2cfbb94 (patch) | |
| tree | 866c230a87ddc100ca52d65306874b931656e557 /tools/editor/editor_file_system.cpp | |
| parent | a2d2eb9a63d44758b9b5bb83a662f23e4af37ab5 (diff) | |
| download | godot-a2103bac7caf0f60495ccce8e499cccdd2cfbb94.tar.gz godot-a2103bac7caf0f60495ccce8e499cccdd2cfbb94.tar.zst godot-a2103bac7caf0f60495ccce8e499cccdd2cfbb94.zip | |
Fixed bug in instance state ordering, closes #3904
(cherry picked from commit 8e1c0f287db96f73c8715ac1fa387b430f3758ca)
Diffstat (limited to 'tools/editor/editor_file_system.cpp')
| -rw-r--r-- | tools/editor/editor_file_system.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/editor/editor_file_system.cpp b/tools/editor/editor_file_system.cpp index ee37ac212..35105f3c2 100644 --- a/tools/editor/editor_file_system.cpp +++ b/tools/editor/editor_file_system.cpp @@ -783,12 +783,10 @@ void EditorFileSystem::_scan_fs_changes(EditorFileSystemDirectory *p_dir,const S } } + da->list_dir_end(); memdelete(da); - - - } for(int i=0;i<p_dir->files.size();i++) { |
