diff options
author | Callum Prentice <callum@lindenlab.com> | 2010-05-25 16:07:15 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2010-05-25 16:07:15 -0700 |
commit | d7911eda9ceec64e175c83605915b4229ed515c5 (patch) | |
tree | 8f4c04528acaeea92450e88d28a64c13d7395c44 /indra/newview/llappearancemgr.cpp | |
parent | 4bd0291dffdb4f17f70705f7465ccbdbf6da8a93 (diff) | |
parent | cef5b2c5a470066b873357dedb8d13e88d2379a5 (diff) |
Merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index dcef86a5fc..e481611ace 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -526,7 +526,7 @@ bool LLWearableHoldingPattern::pollMissingWearables() if (done) { - gAgentAvatarp->wearablesLoaded(); + gAgentAvatarp->debugWearablesLoaded(); clearCOFLinksForMissingWearables(); onAllComplete(); } @@ -1667,7 +1667,7 @@ void LLAppearanceMgr::autopopulateOutfits() // Handler for anything that's deferred until avatar de-clouds. void LLAppearanceMgr::onFirstFullyVisible() { - gAgentAvatarp->avatarVisible(); + gAgentAvatarp->debugAvatarVisible(); autopopulateOutfits(); } |