diff --git a/Source/Editor/Surface/Elements/OutputBox.cs b/Source/Editor/Surface/Elements/OutputBox.cs index ff91d2595..58bdbcc4f 100644 --- a/Source/Editor/Surface/Elements/OutputBox.cs +++ b/Source/Editor/Surface/Elements/OutputBox.cs @@ -202,7 +202,7 @@ namespace FlaxEditor.Surface.Elements // Increase thickness on impulse/ execution lines if (targetBox.CurrentType.IsVoid) - highlight += 1.25f; + highlight *= 2; DrawConnection(style, ref startPos, ref endPos, ref color, highlight); }