You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
fixed: saving gdscript with cyclic inheritance crash the editor
Fix: #9609
(cherry picked from commit c2ab35bdde)
This commit is contained in:
committed by
Rémi Verschelde
parent
0200db15cc
commit
f3149817ff
@@ -132,7 +132,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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user