From a7672b957499b932d42346ce2a5aa6331cb89fef Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Wed, 25 Nov 2020 11:02:16 +0800
Subject: [PATCH] 新手引导结束后点击技能按钮BUG

---
 Assets/Scripts/Guide/GuidePanel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Assets/Scripts/Guide/GuidePanel.cs b/Assets/Scripts/Guide/GuidePanel.cs
index c476983..d9ba262 100644
--- a/Assets/Scripts/Guide/GuidePanel.cs
+++ b/Assets/Scripts/Guide/GuidePanel.cs
@@ -499,6 +499,7 @@
     {
         SetGuideUI(true);
         backgroundImg.raycastTarget = true;
+        RemoveButtonListener(skillBtn.gameObject);
     }
 
 

--
Gitblit v1.9.1