Fixed bug in instance state ordering, closes #3904

(cherry picked from commit 8e1c0f287d)
This commit is contained in:
Juan Linietsky
2016-06-28 09:47:03 -03:00
committed by Rémi Verschelde
parent a2d2eb9a63
commit a2103bac7c
2 changed files with 4 additions and 4 deletions

View File

@@ -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++) {