fix(core): 오디오 및 진행 루프 수정
- AudioService 디버그 로그 정리 - ProgressLoop 개선
This commit is contained in:
@@ -211,7 +211,6 @@ class AudioService {
|
||||
if (_currentBgm == name) return;
|
||||
if (_staticBgmPlayer == null) return;
|
||||
|
||||
debugPrint('[AudioService] playBgm requested: $name');
|
||||
await _playBgmInternal(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user