Merge pull request #26755 from shartte/fix-exported-props-for-tool-scripts
Update exported variables for Mono tool scripts
This commit is contained in:
commit
d2be02f21e
1 changed files with 1 additions and 0 deletions
|
@ -2699,6 +2699,7 @@ Error CSharpScript::reload(bool p_keep_state) {
|
|||
}
|
||||
|
||||
load_script_signals(script_class, native);
|
||||
_update_exports();
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
|
Loading…
Reference in a new issue