mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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
|
||||
nodeData->flagIdentityChange();
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue