Skip to content

Commit 11429b4

Browse files
authored
1 parent 415a989 commit 11429b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/raudio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,8 @@ void SeekMusicStream(Music music, float position)
18551855

18561856
ma_mutex_lock(&AUDIO.System.lock);
18571857
music.stream.buffer->framesProcessed = positionInFrames;
1858+
music.stream.buffer->isSubBufferProcessed[0] = true;
1859+
music.stream.buffer->isSubBufferProcessed[1] = true;
18581860
ma_mutex_unlock(&AUDIO.System.lock);
18591861
}
18601862

0 commit comments

Comments
 (0)