1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Speed up scene group scanning for text scenes

This commit is contained in:
kobewi
2024-06-29 00:40:34 +02:00
parent 4ab8fb8093
commit b83c64faac
4 changed files with 52 additions and 8 deletions

View File

@@ -290,7 +290,6 @@ class EditorFileSystem : public Node {
void _queue_update_scene_groups(const String &p_path);
void _update_scene_groups();
void _update_pending_scene_groups();
HashSet<StringName> _get_scene_groups(const String &p_path);
void _get_all_scenes(EditorFileSystemDirectory *p_dir, HashSet<String> &r_list);
String _get_global_script_class(const String &p_type, const String &p_path, String *r_extends, String *r_icon_path) const;