Added trace on audio device closing
This commit is contained in:
parent
16ac468bdb
commit
306945fe14
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user