summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2017-10-29 05:57:20 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2017-10-29 05:57:38 +0100
commit27b7fb8e668fa5cad0d2a63023dc1fa03b254924 (patch)
treec45f868277126a7d945505b8d6b9dd4635798421 /modules/mono/mono_gd
parent452313ffb175a23203a3e1b5a19da024b06db119 (diff)
Mono: Add build project button and reload interval
Diffstat (limited to 'modules/mono/mono_gd')
-rw-r--r--modules/mono/mono_gd/gd_mono.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/mono_gd/gd_mono.cpp b/modules/mono/mono_gd/gd_mono.cpp
index 6d7cde95df..904a8ae2c7 100644
--- a/modules/mono/mono_gd/gd_mono.cpp
+++ b/modules/mono/mono_gd/gd_mono.cpp
@@ -625,6 +625,8 @@ GDMono::~GDMono() {
if (gdmono_log)
memdelete(gdmono_log);
+
+ singleton = NULL;
}
_GodotSharp *_GodotSharp::singleton = NULL;