mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
fix wording in comment to reflect new 'HostType' parameter
This commit is contained in:
parent
320ba9177c
commit
d622635a71
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ void Avatar::updateAvatarEntities() {
|
||||||
PerformanceTimer perfTimer("attachments");
|
PerformanceTimer perfTimer("attachments");
|
||||||
|
|
||||||
// AVATAR ENTITY UPDATE FLOW
|
// AVATAR ENTITY UPDATE FLOW
|
||||||
// - if queueEditEntityMessage sees clientOnly flag it calls _myAvatar->storeAvatarEntityDataPayload
|
// - if queueEditEntityMessage sees "AvatarEntity" HostType it calls _myAvatar->storeAvatarEntityDataPayload
|
||||||
// - storeAvatarEntityDataPayload saves the payload and flags the trait instance for the entity as updated,
|
// - storeAvatarEntityDataPayload saves the payload and flags the trait instance for the entity as updated,
|
||||||
// - ClientTraitsHandler::sendChangedTraitsToMixer sends the entity bytes to the mixer which relays them to other interfaces
|
// - ClientTraitsHandler::sendChangedTraitsToMixer sends the entity bytes to the mixer which relays them to other interfaces
|
||||||
// - AvatarHashMap::processBulkAvatarTraits on other interfaces calls avatar->processTraitInstace
|
// - AvatarHashMap::processBulkAvatarTraits on other interfaces calls avatar->processTraitInstace
|
||||||
|
|
Loading…
Reference in a new issue