mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 20:55:52 +02:00
Merge pull request #2457 from birarda/master
correctly output trailing sleep time
This commit is contained in:
commit
cd9d193ddb
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