initialize sound_buffer_len_ to silence a warning.
This commit is contained in:
parent
e5ad7b3403
commit
9f6285842d
|
@ -157,6 +157,7 @@ FAudio_Output::FAudio_Output() : buffer_count_(OPTION(kSoundBuffers)) {
|
||||||
playing = false;
|
playing = false;
|
||||||
freq_ = 0;
|
freq_ = 0;
|
||||||
currentBuffer = 0;
|
currentBuffer = 0;
|
||||||
|
sound_buffer_len_ = 0;
|
||||||
device_changed = false;
|
device_changed = false;
|
||||||
faud = nullptr;
|
faud = nullptr;
|
||||||
mVoice = nullptr;
|
mVoice = nullptr;
|
||||||
|
|
Loading…
Reference in New Issue