mirror of
https://github.com/godotengine/godot.git
synced 2025-02-04 18:03:40 +00:00
Merge pull request #44493 from Chaosus/vs_fix_init
Fix broken members panel in visual script editor
This commit is contained in:
commit
d54d958a3e
@ -2547,7 +2547,7 @@ void VisualScriptEditor::set_edited_resource(const RES &p_res) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_update_graph();
|
_update_graph();
|
||||||
_update_members();
|
call_deferred("_update_members");
|
||||||
}
|
}
|
||||||
|
|
||||||
void VisualScriptEditor::enable_editor() {
|
void VisualScriptEditor::enable_editor() {
|
||||||
|
Loading…
Reference in New Issue
Block a user