mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +02:00
Cleanup
This commit is contained in:
parent
4025601c2b
commit
9969d422d6
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ void AvatarMixerSlave::broadcastAvatarData(const SharedNodePointer& node) {
|
||||||
const AvatarMixerClientData* otherNodeData = reinterpret_cast<const AvatarMixerClientData*>(otherNode->getLinkedData());
|
const AvatarMixerClientData* otherNodeData = reinterpret_cast<const AvatarMixerClientData*>(otherNode->getLinkedData());
|
||||||
|
|
||||||
// make sure we send out identity packets to and from new arrivals.
|
// make sure we send out identity packets to and from new arrivals.
|
||||||
bool forceSend = !nodeData->checkAndSetHasReceivedFirstPacketsFrom(otherNode->getUUID()) || (PALIsOpen || getsAnyIgnored);
|
bool forceSend = !nodeData->checkAndSetHasReceivedFirstPacketsFrom(otherNode->getUUID());
|
||||||
|
|
||||||
// FIXME - this clause seems suspicious "... || otherNodeData->getIdentityChangeTimestamp() > _lastFrameTimestamp ..."
|
// FIXME - this clause seems suspicious "... || otherNodeData->getIdentityChangeTimestamp() > _lastFrameTimestamp ..."
|
||||||
if ((!overBudget
|
if ((!overBudget
|
||||||
|
|
Loading…
Reference in a new issue