diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-28 09:47:03 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-28 09:47:03 -0300 |
commit | 8e1c0f287db96f73c8715ac1fa387b430f3758ca (patch) | |
tree | 055c66c63e00ed5e87cb601577e7833e0293740e /tools/editor | |
parent | 41a26528e4dc1e9204cbac20e3339ad89a2ed0ce (diff) |
Fixed bug in instance state ordering, closes #3904
Diffstat (limited to 'tools/editor')
-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 303f81477d..1f414f80a0 100644 --- a/tools/editor/editor_file_system.cpp +++ b/tools/editor/editor_file_system.cpp @@ -830,12 +830,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++) { |