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

fixed: saving gdscript with cyclic inheritance crash the editor

Fix: #9609
This commit is contained in:
Thakee Nathees
2020-03-19 11:48:46 +05:30
parent ff5dfcdf68
commit c2ab35bdde
2 changed files with 27 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ class GDScript : public Script {
#endif
bool _update_exports();
bool _update_exports(bool *r_err = nullptr, bool p_recursive_call = false);
void _save_orphaned_subclasses();
void _init_rpc_methods_properties();