mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 17:59:17 -05:00
Added trace on audio device closing
This commit is contained in:
@ -183,6 +183,8 @@ void CloseAudioDevice(void)
|
|||||||
alcMakeContextCurrent(NULL);
|
alcMakeContextCurrent(NULL);
|
||||||
alcDestroyContext(context);
|
alcDestroyContext(context);
|
||||||
alcCloseDevice(device);
|
alcCloseDevice(device);
|
||||||
|
|
||||||
|
TraceLog(INFO, "Audio device closed successfully");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if device has been initialized successfully
|
// Check if device has been initialized successfully
|
||||||
|
|||||||
Reference in New Issue
Block a user