This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added trace on audio device closing
pull/180/head
raysan5
8 years ago
parent
16ac468bdb
commit
306945fe14
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/audio.c
+ 2
- 0
src/audio.c
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
Write
Preview
Loading…
Cancel
Save