| System/AssetVersion/MapAssetDownLoadProgress.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/AssetVersion/MapAssetDownLoadProgress.cs
@@ -32,8 +32,9 @@ } else { m_Progress.text = StringUtility.Contact(Language.Get("LoadMap"), Mathf.Clamp((int)(progress * 100), 0, 100), "%"); m_SliderProgress.fillAmount = Mathf.Clamp01(progress + 0.2f); var amendProgress = (progress + 0.1f) * 0.91f; m_Progress.text = StringUtility.Contact(Language.Get("LoadMap"), Mathf.Clamp((int)(amendProgress * 100f), 0, 100), "%"); m_SliderProgress.fillAmount = Mathf.Clamp01(amendProgress); } }