Skip to content

Commit 87e367c

Browse files
committed
Hot fix #41
1 parent 6465028 commit 87e367c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Interaction/ChipInterfaceEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public override void FocusLostHandler()
128128
// Event handler when changed input or output pin wire type
129129
public void ModeChanged(int mode)
130130
{
131-
if (IsSomethingSelected)
131+
if (!IsSomethingSelected)
132132
return;
133133

134134
// Change output pin wire mode

0 commit comments

Comments
 (0)