瀏覽代碼

主界面锁屏bug

guodong 1 年之前
父節點
當前提交
782a4bb77e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);