1
0
Fork 0

Initialize fadeout to false in AudioStreamPlayer

This commit is contained in:
Ellen Poe 2021-02-18 20:38:47 -08:00
parent a23d7480d2
commit b8a13a4968
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ private:
Ref<AudioStream> stream;
Vector<AudioFrame> mix_buffer;
Vector<AudioFrame> fadeout_buffer;
bool use_fadeout;
bool use_fadeout = false;
SafeNumeric<float> setseek{ -1.0 };
SafeFlag active;