diff options
| author | Ray <[email protected]> | 2021-08-16 23:23:16 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-08-16 23:23:16 +0200 |
| commit | a5beb940f8f08d91b33634ca7dc056f07f60f20c (patch) | |
| tree | 00814a4378f05794709171f14fae261ef31dff98 /src/raudio.c | |
| parent | f3385b6ad22af53245e20ab3dda10853e1ee95a4 (diff) | |
| download | raylib-a5beb940f8f08d91b33634ca7dc056f07f60f20c.tar.gz raylib-a5beb940f8f08d91b33634ca7dc056f07f60f20c.zip | |
Remove trailing spaces
Diffstat (limited to 'src/raudio.c')
| -rw-r--r-- | src/raudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c index 072dc5d3..f48888a9 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -1733,7 +1733,7 @@ void UpdateMusicStream(Music music) } UpdateAudioStream(music.stream, pcm, frameCountToStream); - + framesLeft -= frameCountToStream; if (framesLeft <= 0) |
