mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 18:53:54 +00:00
Add the sound stream to the thread after resetting the mIsFinished flag
This commit is contained in:
parent
db46bf39b3
commit
91821ccd8c
1 changed files with 1 additions and 1 deletions
|
@ -213,8 +213,8 @@ void OpenAL_SoundStream::play()
|
||||||
alSourcePlay(mSource);
|
alSourcePlay(mSource);
|
||||||
throwALerror();
|
throwALerror();
|
||||||
|
|
||||||
mOutput.mStreamThread->add(this);
|
|
||||||
mIsFinished = false;
|
mIsFinished = false;
|
||||||
|
mOutput.mStreamThread->add(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OpenAL_SoundStream::stop()
|
void OpenAL_SoundStream::stop()
|
||||||
|
|
Loading…
Reference in a new issue