From 8e1c0f287db96f73c8715ac1fa387b430f3758ca Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 28 Jun 2016 09:47:03 -0300 Subject: Fixed bug in instance state ordering, closes #3904 --- tools/editor/editor_file_system.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/editor') 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;ifiles.size();i++) { -- cgit v1.2.3