mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Merge pull request #2491 from birarda/master
suppress sleep time debug in AvatarMixer
This commit is contained in:
commit
05c1415194
1 changed files with 0 additions and 2 deletions
|
@ -322,8 +322,6 @@ void AvatarMixer::run() {
|
|||
|
||||
if (usecToSleep > 0) {
|
||||
usleep(usecToSleep);
|
||||
} else {
|
||||
qDebug() << "AvatarMixer loop took too" << -usecToSleep << "of extra time. Won't sleep.";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue