1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fix global class cache file not present when no class name

This commit is contained in:
Hilderin
2024-07-31 16:57:25 -04:00
parent b6dee96f68
commit 1ed723bd19
3 changed files with 9 additions and 5 deletions

View File

@@ -97,7 +97,6 @@ public:
static void get_global_class_list(List<StringName> *r_global_classes);
static void get_inheriters_list(const StringName &p_base_type, List<StringName> *r_classes);
static void save_global_classes();
static String get_global_class_cache_file_path();
static void init_languages();
static void finish_languages();