Просмотр исходного кода

双人战斗无法点击问题。

zhangyuqian 2 лет назад
Родитель
Сommit
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;