1
0
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:
Thakee Nathees
2020-03-19 11:48:46 +05:30
committed by Rémi Verschelde
parent 0200db15cc
commit f3149817ff
2 changed files with 27 additions and 4 deletions

View File

@@ -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();