diff options
| author | Joshua Reisenauer <kd7tck@msn.com> | 2016-05-30 15:34:29 -0700 |
|---|---|---|
| committer | Joshua Reisenauer <kd7tck@msn.com> | 2016-05-30 15:34:29 -0700 |
| commit | 9f2fc81df2ad6731b521bd7dfd523ee10f63be90 (patch) | |
| tree | 13318823dbac35e8db4c5b0849c31337872d9024 /src/audio.c | |
| parent | e4e315bbfcebb9a38a2399a802dd79d09dbae330 (diff) | |
| download | raylib-9f2fc81df2ad6731b521bd7dfd523ee10f63be90.tar.gz raylib-9f2fc81df2ad6731b521bd7dfd523ee10f63be90.zip | |
update to openal
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c index 0c61c0fa..c72b32aa 100644 --- a/src/audio.c +++ b/src/audio.c @@ -399,7 +399,7 @@ void CloseRawAudioContext(RawAudioContext ctx) CloseMixChannel(mixChannelsActive_g[ctx]); } -int BufferRawAudioContext(RawAudioContext ctx, void *data, int numberElements) +int BufferRawAudioContext(RawAudioContext ctx, void *data, unsigned short numberElements) { int numBuffered = 0; if(ctx >= 0) |
