diff --git a/Assets/Scripts/Interaction/PingClickHandler.cs b/Assets/Scripts/Interaction/PingClickHandler.cs index ea4e3bf..16c80d3 100644 --- a/Assets/Scripts/Interaction/PingClickHandler.cs +++ b/Assets/Scripts/Interaction/PingClickHandler.cs @@ -85,10 +85,6 @@ public class PingClickHandler : MonoBehaviour yield return new WaitForSeconds(0.4f); } } - { - if (_outlineRenderer != null) _outlineRenderer.enabled = true; - yield return new WaitForSeconds(0.4f); - void OnMouseDown() {