From e5e16b76d8bee667f7e9b26bf6a816f66ba520d8 Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Wed, 09 Dec 2020 18:14:58 +0800
Subject: [PATCH] 木桩瞄准特效大小

---
 Assets/Scripts/UI/FinalPanel/InputNamePanel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs b/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
index 3ec7da1..b805da7 100644
--- a/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
+++ b/Assets/Scripts/UI/FinalPanel/InputNamePanel.cs
@@ -15,7 +15,7 @@
     {
         input = transform.Find("InputFieldName").GetComponent<InputField>();
         transform.Find("OKBtn").GetComponent<Button>().onClick.AddListener(OnClickOKBtn);
-        transform.Find("ResetNameBtn").GetComponent<Button>().onClick.AddListener(OnClickResetBtn);
+        //transform.Find("ResetNameBtn").GetComponent<Button>().onClick.AddListener(OnClickResetBtn);
     }
 
     public void Init(Action<string> ac)

--
Gitblit v1.9.1