FileSystem: Force update when we delete a folder from the editor and searching changes only if we change the directory successfully in the scan_fs_changes

(cherry picked from commit dc76938679)
This commit is contained in:
Mateo Kuruk Miccino
2021-02-27 17:43:26 -03:00
committed by Rémi Verschelde
parent 93cb416423
commit 71a9932f38
3 changed files with 15 additions and 3 deletions

View File

@ -101,6 +101,8 @@ public:
int find_file_index(const String &p_file) const;
int find_dir_index(const String &p_dir) const;
void force_update();
EditorFileSystemDirectory();
~EditorFileSystemDirectory();
};