mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix Global Class names cache not saved with upgrade to 4.4.
Co-authored-by: Hilderin <81109165+Hilderin@users.noreply.github.com>
This commit is contained in:
parent
f418603522
commit
2ba64a57c5
7 changed files with 50 additions and 40 deletions
|
|
@ -251,7 +251,7 @@ public:
|
|||
String script_class_get_icon_path(const String &p_class, bool *r_valid = nullptr) const;
|
||||
void script_class_set_icon_path(const String &p_class, const String &p_icon_path);
|
||||
void script_class_clear_icon_paths() { _script_class_icon_paths.clear(); }
|
||||
void script_class_save_icon_paths();
|
||||
void script_class_save_global_classes();
|
||||
void script_class_load_icon_paths();
|
||||
|
||||
Ref<Texture2D> extension_class_get_icon(const String &p_class) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue