mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:36:59 +02:00
correctly output trailing sleep time
This commit is contained in:
parent
d0fbf4953a
commit
c0da215a60
1 changed files with 4 additions and 2 deletions
|
@ -431,8 +431,10 @@ void AudioMixer::run() {
|
|||
|
||||
framesSinceCutoffEvent = 0;
|
||||
}
|
||||
} else {
|
||||
framesSinceCutoffEvent++;
|
||||
}
|
||||
|
||||
if (!hasRatioChanged) {
|
||||
++framesSinceCutoffEvent;
|
||||
}
|
||||
|
||||
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {
|
||||
|
|
Loading…
Reference in a new issue