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

This commit is contained in:
Mateo Kuruk Miccino
2021-02-27 17:43:26 -03:00
parent 33a0fb6e02
commit dc76938679
3 changed files with 15 additions and 3 deletions

View File

@ -102,6 +102,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();
};