3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 20:55:52 +02:00

Merge pull request from birarda/master

correctly output trailing sleep time
This commit is contained in:
Stephen Birarda 2014-03-24 10:39:43 -07:00
commit cd9d193ddb

View file

@ -431,8 +431,10 @@ void AudioMixer::run() {
framesSinceCutoffEvent = 0;
}
} else {
framesSinceCutoffEvent++;
}
if (!hasRatioChanged) {
++framesSinceCutoffEvent;
}
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {