mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Don't fade out after pausing unless stream is running
(cherry picked from commit eb5566f5c5f6ed6171a9d271ffff766e7a9f8a04)
This commit is contained in:
parent
d55501505c
commit
8ac22bdae4
@ -107,7 +107,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…
x
Reference in New Issue
Block a user