Browse Source

好游快爆fix

guodong 2 năm trước cách đây
mục cha
commit
ebafb7803a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

@@ -15,6 +15,7 @@ namespace GFGGame
         private GameObject _scenePrefab;
         private GameObject _sceneObject;
 
+
         public override void Dispose()
         {
 
@@ -147,6 +148,7 @@ namespace GFGGame
                 _ui.m_btnTapLogin.visible = false;
                 if(QDManager.IsHYKB)
                 {
+                    //好游快爆因为SDK的防沉迷会使游戏失去焦点,需要检测焦点
                     Timers.inst.AddUpdate(CheckHykbLoginServer);
                 }
                 else