mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update to version 1.0.5
Check CHANGELOG for changes
This commit is contained in:
@ -504,6 +504,8 @@ static Wave LoadWAV(char *fileName)
|
||||
wave.channels = waveFormat.numChannels;
|
||||
wave.bitsPerSample = waveFormat.bitsPerSample;
|
||||
|
||||
fclose(wavFile);
|
||||
|
||||
return wave;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user