fix: 删除BlinkOutline残留的孤代码块
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user