Ver a proveniência

Added trace on audio device closing

pull/180/head
raysan5 há 9 anos
ascendente
cometimento
306945fe14
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      src/audio.c

+ 2
- 0
src/audio.c Ver ficheiro

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

Carregando…
Cancelar
Guardar