diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-07-08 14:51:27 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-07-08 14:51:27 -0700 |
commit | 58ab4dfd885336d84caa2853f4c4e5da1d685a07 (patch) | |
tree | 86463d7560ba00dce7b7ebdaa7f1ab1dfae9e93f /indra/newview/llappearancemgr.h | |
parent | c80da2248d17bf9355fccd203b51548f983bd8ab (diff) |
EXT-8140 Changing items in "add more" view, or editing the items, causes avatar to bounce up and down
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 8834f8c395..92e9b5157b 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -175,6 +175,8 @@ public: bool isOutfitLocked() { return mOutfitLocked; } + bool isInUpdateAppearanceFromCOF() { return mIsInUpdateAppearanceFromCOF; } + protected: LLAppearanceMgr(); ~LLAppearanceMgr(); |