소스 검색

引导意外中断不锁屏

zhaoyang 3 년 전
부모
커밋
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)