Ver Fonte

日志开启圈数

guodong há 2 anos atrás
pai
commit
f11a694a2c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

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

@@ -13,7 +13,7 @@ namespace GFGGame.HotUpdate
         {
             //Reporter
             Reporter reporter = GameObject.Find("Reporter").GetComponent<Reporter>();
-            reporter.numOfCircleToShow = 20;
+            reporter.numOfCircleToShow = 10;
             reporter.isOpen = LauncherConfig.onDebug > 0;
             //版本日志
             VEngine.Logger.Loggable = false;