Update to version 1.0.5

Check CHANGELOG for changes
This commit is contained in:
raysan5
2014-01-28 21:21:29 +01:00
parent 2cf5fa7765
commit 43b13d623b
10 changed files with 668 additions and 122 deletions

View File

@ -504,6 +504,8 @@ static Wave LoadWAV(char *fileName)
wave.channels = waveFormat.numChannels;
wave.bitsPerSample = waveFormat.bitsPerSample;
fclose(wavFile);
return wave;
}