mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
add debug for sleep amount to AvatarMixer
This commit is contained in:
parent
f6c265dcf3
commit
6e9ee93ed6
1 changed files with 1 additions and 0 deletions
|
@ -796,6 +796,7 @@ void* removeSilentNodes(void *args) {
|
|||
#else
|
||||
|
||||
if (sleepTime > 0) {
|
||||
qDebug() << "Sleeping for" << sleepTime << "\n";
|
||||
usleep(sleepTime);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue