diff options
| author | raysan5 <raysan5@gmail.com> | 2015-01-18 10:57:30 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-01-18 10:57:30 +0100 |
| commit | 5104567a24021fb07e62f941b4b9e64f4bda56e7 (patch) | |
| tree | efbe8719ae383edd60b08d0969377218e275430a /src/audio.c | |
| parent | 2968ba9938792753a876deb3e2584f3361c60b4d (diff) | |
| download | raylib-5104567a24021fb07e62f941b4b9e64f4bda56e7.tar.gz raylib-5104567a24021fb07e62f941b4b9e64f4bda56e7.zip | |
Some code tweaks
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c index 40c24895..5963c11b 100644 --- a/src/audio.c +++ b/src/audio.c @@ -865,7 +865,6 @@ static Wave LoadOGG(char *fileName) TraceLog(DEBUG, "[%s] Total samples calculated: %i", fileName, totalSamples); - //short *data wave.data = malloc(sizeof(short)*totalSamplesLength); int samplesObtained = stb_vorbis_get_samples_short_interleaved(oggFile, info.channels, wave.data, totalSamplesLength); |
