Added trace on audio device closing
This commit is contained in:
parent
16ac468bdb
commit
306945fe14
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ void CloseAudioDevice(void)
|
|||
alcMakeContextCurrent(NULL);
|
||||
alcDestroyContext(context);
|
||||
alcCloseDevice(device);
|
||||
|
||||
TraceLog(INFO, "Audio device closed successfully");
|
||||
}
|
||||
|
||||
// Check if device has been initialized successfully
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue