Fix #35 (Audio.bgm_play does not honour playback position)

This commit is contained in:
Roza 2020-12-17 05:50:11 -05:00
parent ed69f9c366
commit 28a8ffeac2

View file

@ -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)
{