diff options
| author | Andrew Meadows <leviathan@lindenlab.com> | 2026-07-22 09:01:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 09:01:47 -0700 |
| commit | b906284977b120c4c554fd08b78fac62759b160a (patch) | |
| tree | 304a0e31c5137568b4b5b9f109cd774475abc2f3 /indra/newview/llagent.cpp | |
| parent | b35e537b5140c2a1d38fe979c2c551f735a6d21e (diff) | |
Defer processing AvatarAppearance until after first ObjectUpdate (#6017)
* make AvatarAppearance a low-priority message
* remember agent_id of unexpected AvatarAppearance message for later
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 35d60e6595..2f0ad15d18 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4151,6 +4151,7 @@ void LLAgent::handleTeleportFinished() } clearTeleportRequest(); mTeleportCanceled.reset(); + LLVOAvatar::resetEarlyAppearanceList(); if (mIsMaturityRatingChangingDuringTeleport) { // notify user that the maturity preference has been changed |
