Don't fade out after pausing unless stream is running
This commit is contained in:
parent
b8a13a4968
commit
eb5566f5c5
|
@ -105,7 +105,7 @@ void AudioStreamPlayer::_mix_audio() {
|
|||
}
|
||||
|
||||
if (stream_paused) {
|
||||
if (stream_paused_fade) {
|
||||
if (stream_paused_fade && stream_playback->is_playing()) {
|
||||
_mix_internal(true);
|
||||
stream_paused_fade = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue