mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
more comment cleanup
This commit is contained in:
parent
73d64120df
commit
942c5689fc
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ void AvatarMixer::manageDisplayName(const SharedNodePointer& node) {
|
||||||
soFar.second++; // refcount
|
soFar.second++; // refcount
|
||||||
nodeData->flagIdentityChange();
|
nodeData->flagIdentityChange();
|
||||||
nodeData->setAvatarSessionDisplayNameMustChange(false);
|
nodeData->setAvatarSessionDisplayNameMustChange(false);
|
||||||
sendIdentityPacket(nodeData, node); // Tell node whose name changed about its new session display name. Others will find out below.
|
sendIdentityPacket(nodeData, node); // Tell node whose name changed about its new session display name.
|
||||||
qCDebug(avatars) << "Giving session display name" << sessionDisplayName << "to node with ID" << node->getUUID();
|
qCDebug(avatars) << "Giving session display name" << sessionDisplayName << "to node with ID" << node->getUUID();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue