diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2017-10-29 05:57:20 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2017-10-29 05:57:38 +0100 |
commit | 27b7fb8e668fa5cad0d2a63023dc1fa03b254924 (patch) | |
tree | c45f868277126a7d945505b8d6b9dd4635798421 /modules/mono/mono_gd | |
parent | 452313ffb175a23203a3e1b5a19da024b06db119 (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.cpp | 2 |
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; |