We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3285f47 commit c4c7dc2Copy full SHA for c4c7dc2
Editor/Scripts/Node/PlayableNode.cs
@@ -264,7 +264,6 @@ private void SyncPorts(out bool portChanged)
264
265
// Input ports
266
var inputCount = isPlayableValid ? Playable.GetInputCount() : 0;
267
- var redundantInputPortCount = InputPorts.Count - inputCount;
268
for (int i = InputPorts.Count - 1; i >= inputCount; i--)
269
{
270
// Port won't change frequently, so there's no PortPool
0 commit comments