You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix broken members panel in visual script editor
(cherry picked from commit d6bdd042bc)
This commit is contained in:
committed by
Rémi Verschelde
parent
ee77567cac
commit
742a3f461c
@@ -2432,7 +2432,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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user