mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-05 14:35:56 +02:00
AudioStream: Prevent MeWatch from restarting fully faded out stream
This commit is contained in:
parent
7260c467b8
commit
794e86d0ab
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ void AudioStream::fadeOut(int duration)
|
||||||
lockStream();
|
lockStream();
|
||||||
|
|
||||||
ALStream::State sState = stream.queryState();
|
ALStream::State sState = stream.queryState();
|
||||||
|
noResumeStop = true;
|
||||||
|
|
||||||
if (fade.active)
|
if (fade.active)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue