diff options
| author | Ray <[email protected]> | 2021-10-14 00:11:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-14 00:11:37 +0200 |
| commit | 3e604a86450d90c60a9d1221b1dd7e474006c6e1 (patch) | |
| tree | 3e4b34ba187fb319e805fc6de2fc06a9cd31586b /src/raudio.c | |
| parent | 83b3478fe40ac3160606392373483649c93aa5ed (diff) | |
| download | raylib-3e604a86450d90c60a9d1221b1dd7e474006c6e1.tar.gz raylib-3e604a86450d90c60a9d1221b1dd7e474006c6e1.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 a5f63612..a694c9fe 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -1678,7 +1678,7 @@ void SeekMusicStream(Music music, float position) #endif default: break; } - + music.stream.buffer->framesProcessed = positionInFrames; } |
