1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 03:06:43 +00:00

Add the sound stream to the thread after resetting the mIsFinished flag

This commit is contained in:
Chris Robinson 2012-03-19 09:08:59 -07:00
parent db46bf39b3
commit 91821ccd8c

View file

@ -213,8 +213,8 @@ void OpenAL_SoundStream::play()
alSourcePlay(mSource);
throwALerror();
mOutput.mStreamThread->add(this);
mIsFinished = false;
mOutput.mStreamThread->add(this);
}
void OpenAL_SoundStream::stop()