summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-03-15 08:36:48 +0100
committerGitHub <noreply@github.com>2021-03-15 08:36:48 +0100
commitd1b5c1d09f43e423b92a083ff5e3dd4d4d81cbcb (patch)
tree1ac36e2365549a5041222b7c0eea66e8e2194877 /modules/mono/csharp_script.h
parent5375da2fdb39fdf44a9c5d0984a1434d7809cc7d (diff)
parent5b3b9cd63bd3cc57851799e0912b1ed770598434 (diff)
Merge pull request #47019 from neikeq/csharp-fix-disconnec-events-signals-twice
C#: Fix disconnecting event signals twice
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r--modules/mono/csharp_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h
index 40f7ed4552..dd93a86d7a 100644
--- a/modules/mono/csharp_script.h
+++ b/modules/mono/csharp_script.h
@@ -271,6 +271,8 @@ class CSharpInstance : public ScriptInstance {
Ref<CSharpScript> script;
MonoGCHandleData gchandle;
+ List<Callable> connected_event_signals;
+
bool _reference_owner_unsafe();
/*