1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00
RomanZanevski 46076527f8
Fix OnRemoveConnection from calling side
If we use the original:
if (port != null && port.IsConnectedTo(this)) port.node.OnRemoveConnection(port);
we going to have always wrong condition, about "IsConnectedTo(this)" and port.node.OnRemoveConnection(port) just won't be called, cause we already have disconnected ports. So we need to do it exactly at the moment of disconnection.
2022-04-25 16:24:08 +02:00
..
2017-09-15 00:46:21 +02:00
2017-09-15 00:46:21 +02:00
2021-05-04 08:38:25 +02:00
2017-09-15 15:56:17 +02:00
2017-09-19 00:15:17 +02:00