mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix spacing
This commit is contained in:
parent
a05e07460f
commit
b0ccedd1a6
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ void Audio::handleAudioInput() {
|
|||
Application::getInstance()->getBandwidthMeter()->outputStream(BandwidthMeter::AUDIO)
|
||||
.updateValue(NETWORK_BUFFER_LENGTH_BYTES_PER_CHANNEL + leadingBytes);
|
||||
}
|
||||
delete[] inputAudioSamples;
|
||||
delete[] inputAudioSamples;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue