diff options
author | Ignacio Etcheverry <neikeq@users.noreply.github.com> | 2019-03-07 20:43:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 20:43:57 +0100 |
commit | d2be02f21e8a16b44af78e72f9910e4640c4e0b1 (patch) | |
tree | 989633e3c419a82fa23a6491f28bb9b15c52b1e5 | |
parent | 9af7fa193f65f2caf206b079397fa810d012d803 (diff) | |
parent | f8a6a6c8a2eb704de9879727f9b975b6de7cfd19 (diff) |
Merge pull request #26755 from shartte/fix-exported-props-for-tool-scripts
Update exported variables for Mono tool scripts
-rw-r--r-- | modules/mono/csharp_script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index 47be3a9959..9bede87f6b 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -2699,6 +2699,7 @@ Error CSharpScript::reload(bool p_keep_state) { } load_script_signals(script_class, native); + _update_exports(); } return OK; |