Skip unnecessary updates to scene groups and scripts

This commit is contained in:
kobewi
2024-05-15 16:26:33 +02:00
parent ce00392fc3
commit f3b0f7b9e2
2 changed files with 16 additions and 11 deletions

View File

@ -197,6 +197,7 @@ class EditorFileSystem : public Node {
};
HashMap<String, FileCache> file_cache;
HashSet<String> dep_update_list;
struct ScanProgress {
float low = 0;