mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #28375 from Chaosus/fix_vs_loopback
Disallow loopback connection in visual shaders
This commit is contained in:
commit
93e7eb0ddb
2 changed files with 3 additions and 1 deletions
|
@ -757,7 +757,6 @@ void VisualShaderEditor::_connection_request(const String &p_from, int p_from_in
|
|||
int to = p_to.to_int();
|
||||
|
||||
if (!visual_shader->can_connect_nodes(type, from, p_from_index, to, p_to_index)) {
|
||||
EditorNode::get_singleton()->show_warning(TTR("Unable to connect, port may be in use or connection may be invalid."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue