mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:00:41 +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 PREVIOUS_FRAMES_RATIO = 1.0f - CURRENT_FRAME_RATIO;
|
||||||
const float LOUDNESS_EPSILON = 0.000001f;
|
const float LOUDNESS_EPSILON = 0.000001f;
|
||||||
|
|
||||||
float oldNextOutputTrailingLoudness = _nextOutputTrailingLoudness;
|
|
||||||
if (nextLoudness >= _nextOutputTrailingLoudness) {
|
if (nextLoudness >= _nextOutputTrailingLoudness) {
|
||||||
_nextOutputTrailingLoudness = nextLoudness;
|
_nextOutputTrailingLoudness = nextLoudness;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue