zhaoyang 3 лет назад
Родитель
Сommit
eda816c47d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Controller/GuideController.cs

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

@@ -107,6 +107,7 @@ namespace GFGGame
                     }
                     else
                     {
+                        GRoot.inst.touchable = true;
                         return false;
                     }
                 }
@@ -121,6 +122,7 @@ namespace GFGGame
                 }
                 return true;
             }
+            GRoot.inst.touchable = true;
             return false;
         }
         private static void ShowGuideByIndex(GObject target, string guideStr = null, int yTxt = 0, bool isOptionalGuide = false, float devWidth = 0, float devHeight = 0, int guideId = 0, int index = 0, bool showAni = true, bool showEffect = true)