feat: Pass ILogger instance to SdlAudioService for improved logging

This commit is contained in:
2026-01-04 14:45:48 +00:00
parent f23c152928
commit 4e7e8982c8
2 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ void SdlAudioService::StopBackground() {
}
void SdlAudioService::StopAll() {
logging::TraceGuard trace;
logger_->TraceFunction(__func__);
if (!audioPlayer_) {
return;