initialize sound_buffer_len_ to silence a warning.

This commit is contained in:
Squall Leonhart 2025-04-16 02:20:53 +10:00 committed by GitHub
parent e5ad7b3403
commit 9f6285842d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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