mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 14:05:32 +02:00
Fix #35 (Audio.bgm_play does not honour playback position)
This commit is contained in:
parent
c8f86f6ffa
commit
2580a6cb63
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