浏览代码

双人战斗无法点击问题。

zhangyuqian 1 年之前
父节点
当前提交
3b2ef11825
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Controller/GuideController.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/GuideController.cs

@@ -95,6 +95,7 @@ namespace GFGGame
             {
                 GuideDataManager.currentGuideId = cfg.id;
                 TryCompleteGuide(guideKey);
+                GRoot.inst.touchable = true;
                 return false;
             }
             bool isRoleLvGuide = cfg.roleLv > 0;