From 17c6e8b6f2aee4ed9a15c886f54a73f0cb61b125 Mon Sep 17 00:00:00 2001
From: weixudong <weixudong4700@ktgame.com>
Date: Wed, 09 Dec 2020 17:14:59 +0800
Subject: [PATCH] Merge branch 'master' of ssh://172.16.1.52:8091/GemBattle into master

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

diff --git a/Assets/Scripts/Guide/GuideBox.cs b/Assets/Scripts/Guide/GuideBox.cs
index 5526274..a41fdc4 100644
--- a/Assets/Scripts/Guide/GuideBox.cs
+++ b/Assets/Scripts/Guide/GuideBox.cs
@@ -149,6 +149,7 @@
     {
         if (callBack != null)
         {
+            bgBtn.interactable=false;
             if (tmpPS != null) tmpPS.SetActive(false);
             //if (tmpObj != null) tmpObj.SetActive(false);
             images.SetActive(false);

--
Gitblit v1.9.1