feat: 하트 충전 시간 0초 일때 표기 오류 수정

This commit is contained in:
aube.lee
2025-02-28 15:36:37 +09:00
parent fb4c214162
commit 762f5a9062

View File

@@ -69,6 +69,8 @@ namespace TON
if (timeLeft <= 0)
{
timerText.text = "0:00";
HeartDataManager.Singleton.RechargeHearts();
UpdateHeartUI();
return;