Fix accessibility name when right slot is enabled in GraphNode

This commit is contained in:
detomon
2025-08-23 13:26:27 +02:00
parent 6f15a05b6c
commit 2d9b12acbf

View File

@@ -580,7 +580,7 @@ void GraphNode::_notification(int p_what) {
}
}
}
if (slot.enable_left) {
if (slot.enable_right) {
if (type_info.has(slot.type_right)) {
name += "," + vformat(ETR("output port, type: %s"), type_info[slot.type_right]);
} else {