mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-05-02 09:34:58 +00:00
feat: Pass ILogger instance to SdlAudioService for improved logging
This commit is contained in:
@@ -72,7 +72,7 @@ void SdlAudioService::StopBackground() {
|
||||
}
|
||||
|
||||
void SdlAudioService::StopAll() {
|
||||
logging::TraceGuard trace;
|
||||
logger_->TraceFunction(__func__);
|
||||
|
||||
if (!audioPlayer_) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user