mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-15 03:15:34 +02:00
Fix #35 (Audio.bgm_play does not honour playback position)
This commit is contained in:
parent
ed69f9c366
commit
28a8ffeac2
1 changed files with 1 additions and 3 deletions
|
@ -367,10 +367,8 @@ void ALStream::streamData()
|
|||
if (threadTermReq)
|
||||
return;
|
||||
|
||||
if (needsRewind)
|
||||
{
|
||||
//if (needsRewind)
|
||||
source->seekToOffset(startOffset);
|
||||
}
|
||||
|
||||
for (int i = 0; i < STREAM_BUFS; ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue