mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
rm unused lastCutoffRatio
This commit is contained in:
parent
20bac5aeef
commit
a7d54b8e0a
1 changed files with 0 additions and 1 deletions
|
@ -753,7 +753,6 @@ void AudioMixer::broadcastMixes() {
|
|||
// ratio of frame spent sleeping / total frame time
|
||||
((CURRENT_FRAME_RATIO * timeToSleep.count()) / (float) AudioConstants::NETWORK_FRAME_USECS);
|
||||
|
||||
float lastCutoffRatio = _performanceThrottlingRatio;
|
||||
bool hasRatioChanged = false;
|
||||
|
||||
if (framesSinceCutoffEvent >= TRAILING_AVERAGE_FRAMES) {
|
||||
|
|
Loading…
Reference in a new issue