mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 01:06:01 +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++) {
|
||||
NodePort port = GetConnection(i);
|
||||
if (port != null) result.Add(port);
|
||||
else i--;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user