mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-15 11:25:36 +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)
|
if (threadTermReq)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (needsRewind)
|
//if (needsRewind)
|
||||||
{
|
|
||||||
source->seekToOffset(startOffset);
|
source->seekToOffset(startOffset);
|
||||||
}
|
|
||||||
|
|
||||||
for (int i = 0; i < STREAM_BUFS; ++i)
|
for (int i = 0; i < STREAM_BUFS; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue