You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Return back spacer for non-expression nodes in visual shader
This commit is contained in:
@@ -604,6 +604,10 @@ void VisualShaderEditor::_update_graph() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_group) {
|
||||
hb->add_spacer();
|
||||
}
|
||||
|
||||
if (valid_right) {
|
||||
if (is_group) {
|
||||
Button *remove_btn = memnew(Button);
|
||||
|
||||
Reference in New Issue
Block a user