1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Added proper resource preview cache invalidation, fixes #5342

This commit is contained in:
Juan Linietsky
2016-07-03 13:15:15 -03:00
parent a28bf56ef9
commit 6442dfb73b
7 changed files with 74 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ public:
EditorFileSystemDirectory *get_path(const String& p_path);
String get_file_type(const String& p_file) const;
EditorFileSystemDirectory* find_file(const String& p_file,int* r_index) const;
EditorFileSystem();
~EditorFileSystem();
};