guodong 2 ani în urmă
părinte
comite
df48abdad0
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

@@ -33,7 +33,8 @@ namespace GFGGame.HotUpdate
             {
                 HotUpdateProxy.Instance.update = Game.Update;
                 HotUpdateProxy.Instance.lateUpdate = Game.LateUpdate;
-                HotUpdateProxy.Instance.onApplicationQuit = Game.Close;
+                //退出进程被杀掉了,暂不执行
+                //HotUpdateProxy.Instance.onApplicationQuit = Game.Close;
 
                 Game.EventSystem.Add(HotUpdateCodeLoader.Instance.GetTypes());