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
Update raudio.c
pull/2246/head
raysan5
3 years ago
parent
dcc0791502
commit
423fdb320a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raudio.c
+ 1
- 1
src/raudio.c
View File
@ -862,7 +862,7 @@ Sound LoadSoundFromWave(Wave wave)
/
/
Unload
wave
data
void
UnloadWave
(
Wave
wave
)
{
k">if
(
wave
.
data
!
=
NULL
)
RL_FREE
(
wave
.
data
)
;
RL_FREE
(
wave
.
data
)
;
/
/
TRACELOG
(
LOG_INFO
,
"
WAVE: Unloaded wave data from RAM
"
)
;
}
Write
Preview
Loading…
Cancel
Save