Merge pull request #65910 from KoBeWi/gdsus

Cleanup function state connections when destroying instance
This commit is contained in:
Rémi Verschelde 2023-02-03 16:13:06 +01:00 committed by GitHub
commit 604493eb6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View file

@ -628,6 +628,7 @@ public:
Variant resume(const Variant &p_arg = Variant());
void _clear_stack();
void _clear_connections();
GDScriptFunctionState();
~GDScriptFunctionState();