fix: 충전 팝업의 생선 재화 0 표기 오류 수정

This commit is contained in:
aube.lee
2025-02-28 15:37:45 +09:00
parent 762f5a9062
commit 9248e15e77
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ namespace TON
public void UpdateFishCount()
{
fishAmount.text = string.Format("{0:#,###}", PlayerDataManager.Singleton.fishAmount);
fishAmount.text = $"{PlayerDataManager.Singleton.fishAmount:N0}";
}

View File

@@ -38,7 +38,7 @@ namespace TON
public void UpdateFishCount()
{
fishAmount.text = string.Format("{0:#,###}", PlayerDataManager.Singleton.fishAmount);
fishAmount.text = $"{PlayerDataManager.Singleton.fishAmount:N0}";
}
// 컨티뉴 버튼 선택 시