1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 12:53:52 +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()