From d980265c550f34efb1708e895315ddcc06b7bafe Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 16 四月 2019 19:52:10 +0800
Subject: [PATCH] 3335 修改升星界面材料成功率描述
---
System/EquipStar/EquipStarMaterialCandidate.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/EquipStar/EquipStarMaterialCandidate.cs b/System/EquipStar/EquipStarMaterialCandidate.cs
index 6da68a0..80eef1a 100644
--- a/System/EquipStar/EquipStarMaterialCandidate.cs
+++ b/System/EquipStar/EquipStarMaterialCandidate.cs
@@ -28,9 +28,9 @@
m_ItemName.text = item.config.ItemName;
m_ItemName.color = UIHelper.GetUIColor(item.config.ItemColor, true);
- var equipPosition = new Int2( model.selectedLevel.value,model.selectedPlace.value);
+ var equipPosition = new Int2(model.selectedLevel.value, model.selectedPlace.value);
var successRate = model.GetMaterialSuccessRate(equipPosition, this.equip);
- m_Rate.text = string.Format("鎴愬姛鐜� +{0}", Mathf.RoundToInt(successRate * 100));
+ m_Rate.text = string.Format("鎴愬姛鐜� +{0}%", Mathf.RoundToInt(successRate * 100));
m_Item.SetItem(item.config.ID, 1);
m_Select.SetListener(SelectMaterial);
}
--
Gitblit v1.8.0