Explorar el Código

Added trace on audio device closing

pull/180/head
raysan5 hace 8 años
padre
commit
306945fe14
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/audio.c

+ 2
- 0
src/audio.c Ver fichero

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

Cargando…
Cancelar
Guardar