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);