AudioStream: Prevent MeWatch from restarting fully faded out stream
This commit is contained in:
parent
7260c467b8
commit
794e86d0ab
|
@ -179,6 +179,7 @@ void AudioStream::fadeOut(int duration)
|
|||
lockStream();
|
||||
|
||||
ALStream::State sState = stream.queryState();
|
||||
noResumeStop = true;
|
||||
|
||||
if (fade.active)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue