You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user