diff options
author | simon <none@none> | 2013-09-17 17:01:52 -0700 |
---|---|---|
committer | simon <none@none> | 2013-09-17 17:01:52 -0700 |
commit | 33e70236f0226b2e4ebabccfa28cca04ff01211e (patch) | |
tree | 0f2b55c79705db537b26b2a494479ec659b68868 /indra/newview/llvoavatar.h | |
parent | 9c4d4242f6b7e7254ffc82209928f7bbe4696f16 (diff) |
MAINT-3161 : Clean up avatar muting code and prototype feature
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 295175133c..931e65b3ea 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -389,6 +389,8 @@ public: public: U32 renderImpostor(LLColor4U color = LLColor4U(255,255,255,255), S32 diffuse_channel = 0); bool isVisuallyMuted(); + void setCachedVisualMute(bool muted) { mCachedVisualMute = muted; }; + void forceUpdateVisualMuteSettings(); enum VisualMuteSettings { |