From b73f2913972e61f587a53976868d3294c3b3d94f Mon Sep 17 00:00:00 2001 From: yangbear Date: Sun, 5 Jul 2026 02:34:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4BlinkOutline=E6=AE=8B?= =?UTF-8?q?=E7=95=99=E7=9A=84=E5=AD=A4=E4=BB=A3=E7=A0=81=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Interaction/PingClickHandler.cs | 4 ---- 1 file changed, 4 deletions(-) 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() {