Initialize fadeout to false in AudioStreamPlayer

(cherry picked from commit b8a13a4968)
This commit is contained in:
Ellen Poe 2021-02-18 20:38:47 -08:00 committed by Rémi Verschelde
parent 9178f694ea
commit d55501505c
1 changed files with 1 additions and 1 deletions

View File

@ -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;