mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-20 16:24:29 +00:00
Added trace on audio device closing
This commit is contained in:
parent
16ac468bdb
commit
306945fe14
@ -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…
x
Reference in New Issue
Block a user