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:
committed by
Rémi Verschelde
parent
93cb416423
commit
71a9932f38
@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user