Added trace on audio device closing

This commit is contained in:
raysan5 2016-08-06 19:30:56 +02:00
parent 16ac468bdb
commit 306945fe14

View File

@ -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