fixed: saving gdscript with cyclic inheritance crash the editor
Fix: #9609
This commit is contained in:
parent
ff5dfcdf68
commit
c2ab35bdde
2 changed files with 27 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue