mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
forgot unused variable
This commit is contained in:
parent
828410b7d6
commit
871aa2790a
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ void PositionalAudioRingBuffer::updateNextOutputTrailingLoudness() {
|
|||
const float PREVIOUS_FRAMES_RATIO = 1.0f - CURRENT_FRAME_RATIO;
|
||||
const float LOUDNESS_EPSILON = 0.000001f;
|
||||
|
||||
float oldNextOutputTrailingLoudness = _nextOutputTrailingLoudness;
|
||||
if (nextLoudness >= _nextOutputTrailingLoudness) {
|
||||
_nextOutputTrailingLoudness = nextLoudness;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue