mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 17:26:02 +08:00
Merge d4f07c159965dac4da16f20ee1d2a56056608939 into d6effd70f5574369e3415c423ef3e621ea309564
This commit is contained in:
commit
6015df7dd0
@ -231,6 +231,7 @@ namespace XNode {
|
|||||||
for (int i = 0; i < connections.Count; i++) {
|
for (int i = 0; i < connections.Count; i++) {
|
||||||
NodePort port = GetConnection(i);
|
NodePort port = GetConnection(i);
|
||||||
if (port != null) result.Add(port);
|
if (port != null) result.Add(port);
|
||||||
|
else i--;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user