From 60eec47077bfe14ffe3750c1e9827f2a731d4990 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 27 Apr 2019 12:17:54 -0300 Subject: Revert "Fix AudioStreams::stop possibly causing a small noise" --- scene/2d/audio_stream_player_2d.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scene/2d/audio_stream_player_2d.h') diff --git a/scene/2d/audio_stream_player_2d.h b/scene/2d/audio_stream_player_2d.h index 0cd18fb93b..e9cdfa2303 100644 --- a/scene/2d/audio_stream_player_2d.h +++ b/scene/2d/audio_stream_player_2d.h @@ -73,9 +73,8 @@ private: float pitch_scale; bool autoplay; bool stream_paused; - bool stream_fade_in; - bool stream_fade_out; - bool stream_stop; + bool stream_paused_fade_in; + bool stream_paused_fade_out; StringName bus; void _mix_audio(); -- cgit v1.2.3