mirror of
https://github.com/godotengine/godot.git
synced 2025-01-20 00:41:05 +00:00
Update scripts exports even when normal script instances are created to better support tool scripts with exported variables.
This commit is contained in:
parent
6976181638
commit
f8a6a6c8a2
@ -2699,6 +2699,7 @@ Error CSharpScript::reload(bool p_keep_state) {
|
||||
}
|
||||
|
||||
load_script_signals(script_class, native);
|
||||
_update_exports();
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
Loading…
Reference in New Issue
Block a user