diff options
| author | Richard Linden <none@none> | 2010-05-25 14:52:25 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-05-25 14:52:25 -0700 |
| commit | 687b4907216339b5ff2b79a5a6c5dfdfb6deeba2 (patch) | |
| tree | 82a1ae09c92bf4924438b31585ee16472b85fa12 /indra/newview/llappearancemgr.cpp | |
| parent | b2274765dade87417f5b526c8b72f353ba6f4898 (diff) | |
| parent | b0bdde3ee307e144d9047521fce84c318b0fc789 (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(); } |
