AudioStream: Prevent MeWatch from restarting fully faded out stream

This commit is contained in:
Jonas Kulla 2015-03-22 09:06:29 +01:00
parent 7260c467b8
commit 794e86d0ab
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ void AudioStream::fadeOut(int duration)
lockStream();
ALStream::State sState = stream.queryState();
noResumeStop = true;
if (fade.active)
{