mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:35:04 +02:00
commit
c277fd8ea6
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ void AudioMixer::run() {
|
||||||
if (usecToSleep > 0) {
|
if (usecToSleep > 0) {
|
||||||
usleep(usecToSleep);
|
usleep(usecToSleep);
|
||||||
} else {
|
} else {
|
||||||
std::cout << "Took too much time, not sleeping!\n";
|
qDebug("Took too much time, not sleeping!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue