huangxiaoyue 2 лет назад
Родитель
Сommit
a912e0c5e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

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

@@ -235,7 +235,7 @@ namespace GFGGame
             Timers.inst.AddUpdate(CheckGuide);
             Timers.inst.AddUpdate(Update);
 
-            _ui.m_openViewAction.Play();
+            //_ui.m_openViewAction.Play();
         }
 
         protected override void OnHide()