fix(core): 오디오 및 진행 루프 수정

- AudioService 디버그 로그 정리
- ProgressLoop 개선
This commit is contained in:
JiWoong Sul
2026-01-07 22:13:19 +09:00
parent 7e736df46c
commit c02978c960
2 changed files with 4 additions and 3 deletions

View File

@@ -211,7 +211,6 @@ class AudioService {
if (_currentBgm == name) return;
if (_staticBgmPlayer == null) return;
debugPrint('[AudioService] playBgm requested: $name');
await _playBgmInternal(name);
}