feat: 하트 충전 시간 0초 일때 표기 오류 수정
This commit is contained in:
@@ -69,6 +69,8 @@ namespace TON
|
|||||||
|
|
||||||
if (timeLeft <= 0)
|
if (timeLeft <= 0)
|
||||||
{
|
{
|
||||||
|
timerText.text = "0:00";
|
||||||
|
|
||||||
HeartDataManager.Singleton.RechargeHearts();
|
HeartDataManager.Singleton.RechargeHearts();
|
||||||
UpdateHeartUI();
|
UpdateHeartUI();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user