fix: 웨이브 진행 텍스트 변경되지 않는 오류 수정

This commit is contained in:
aube.lee
2025-03-03 15:19:15 +09:00
parent 342c9a49a2
commit 07d0bdcb7e

View File

@@ -55,6 +55,8 @@ namespace TON
private void Update()
{
waveText.text = $"WAVE {StageManager.Singleton.waveCount + 1}";
UpdatePlayTimeDisplay();
UpdateGameScore();
}