| System/Equip/EquipSlotBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Equip/EquipSlotBehaviour.cs
@@ -109,7 +109,7 @@ var starLevel = starModel.GetEquipStarLevel(slot.equipPosition); m_Star.gameObject.SetActive(true); m_Star.text = starLevel > 1 ? string.Format("{0}星", starLevel) : ""; m_Star.text = starLevel >= 1 ? string.Format("{0}星", starLevel) : ""; } } }