Fix history state setup in VisualScript
This commit is contained in:
parent
5cc1c7d642
commit
7155477caa
|
@ -2041,7 +2041,7 @@ void VisualScriptEditor::set_edit_state(const Variant &p_state) {
|
||||||
|
|
||||||
Dictionary d = p_state;
|
Dictionary d = p_state;
|
||||||
if (d.has("function")) {
|
if (d.has("function")) {
|
||||||
edited_func = p_state;
|
edited_func = d["function"];
|
||||||
selected = edited_func;
|
selected = edited_func;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue