mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +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;
|
framesSinceCutoffEvent = 0;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
framesSinceCutoffEvent++;
|
|
||||||
|
if (!hasRatioChanged) {
|
||||||
|
++framesSinceCutoffEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {
|
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {
|
||||||
|
|
Loading…
Reference in a new issue