Explorar el Código

主界面锁屏bug

guodong hace 1 año
padre
commit
782a4bb77e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -228,6 +228,7 @@ namespace GFGGame
         protected override void OnHide()
         {
             base.OnHide();
+            GRoot.inst.touchable = true;
             if (_sceneObject != null)
             {
                 PrefabManager.Instance.Restore(_sceneObject);