mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:33:10 +02:00
remove some extra spaces
This commit is contained in:
parent
2575b33662
commit
18e5637976
1 changed files with 0 additions and 2 deletions
|
@ -410,8 +410,6 @@ void AudioMixer::run() {
|
||||||
hasRatioChanged = true;
|
hasRatioChanged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (hasRatioChanged) {
|
if (hasRatioChanged) {
|
||||||
// set out min required loudness from the new ratio
|
// set out min required loudness from the new ratio
|
||||||
_minAudabilityThreshold = LOUDNESS_TO_DISTANCE_RATIO / (2 * (1 - audabilityCutoffRatio));
|
_minAudabilityThreshold = LOUDNESS_TO_DISTANCE_RATIO / (2 * (1 - audabilityCutoffRatio));
|
||||||
|
|
Loading…
Reference in a new issue