Initialize fadeout to false in AudioStreamPlayer
(cherry picked from commit b8a13a4968
)
This commit is contained in:
parent
9178f694ea
commit
d55501505c
|
@ -51,7 +51,7 @@ private:
|
|||
Ref<AudioStream> stream;
|
||||
Vector<AudioFrame> mix_buffer;
|
||||
Vector<AudioFrame> fadeout_buffer;
|
||||
bool use_fadeout;
|
||||
bool use_fadeout = false;
|
||||
|
||||
SafeNumeric<float> setseek;
|
||||
SafeFlag active;
|
||||
|
|
Loading…
Reference in New Issue