Skip unnecessary updates to scene groups and scripts
This commit is contained in:
@ -197,6 +197,7 @@ class EditorFileSystem : public Node {
|
||||
};
|
||||
|
||||
HashMap<String, FileCache> file_cache;
|
||||
HashSet<String> dep_update_list;
|
||||
|
||||
struct ScanProgress {
|
||||
float low = 0;
|
||||
|
||||
Reference in New Issue
Block a user