mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Initialize fadeout to false in AudioStreamPlayer
This commit is contained in:
parent
a23d7480d2
commit
b8a13a4968
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user