Browse Source

修改bug

lzx 17 hours ago
parent
commit
5ada499fd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/Core/UI/Core/GameAssetUpdatePanel.cs

+ 1 - 1
Assets/Scripts/Core/UI/Core/GameAssetUpdatePanel.cs

@@ -167,7 +167,7 @@ public class GameAssetUpdatePanel
             float speed = downLoadHanderGroup.speed / 1024f;
             _downloadUI.SetMassge(
                 $"Downloading:{updateFlieInfo.Count}   {m.ToString(".00")}M / {sizeM.ToString(".00")}M  speed {HotSyncContent.FormatSpeed(speed)}");
-            return downLoadHanderGroup.size;.
+            return downLoadHanderGroup.size;
         };
         _downloadUI.SetSlider(sliderData);