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 6465028 commit 87e367cCopy full SHA for 87e367c
Assets/Scripts/Interaction/ChipInterfaceEditor.cs
@@ -128,7 +128,7 @@ public override void FocusLostHandler()
128
// Event handler when changed input or output pin wire type
129
public void ModeChanged(int mode)
130
{
131
- if (IsSomethingSelected)
+ if (!IsSomethingSelected)
132
return;
133
134
// Change output pin wire mode
0 commit comments