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:
@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user