diff options
author | Oz Linden <oz@lindenlab.com> | 2015-06-30 16:46:49 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-06-30 16:46:49 -0400 |
commit | 828f89f3a75552db6cf79d8b192afa260d3fc933 (patch) | |
tree | f7dc09246cd09ae40d7f5e99222143a48eb026c4 /indra/newview/llvoavatar.h | |
parent | a54c14f7a97f13c495fea6911ec8b56f2a410ee7 (diff) |
correct labels for rendering choices for STORM-2107
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 1b6809f6c7..a49aa73035 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -388,9 +388,9 @@ public: enum VisualMuteSettings { - VISUAL_MUTE_NOT_SET = 0, - ALWAYS_VISUAL_MUTE = 1, - NEVER_VISUAL_MUTE = 2 + AV_RENDER_NORMALLY = 0, + AV_DO_NOT_RENDER = 1, + AV_ALWAYS_RENDER = 2 }; void setVisualMuteSettings(VisualMuteSettings set) { mVisuallyMuteSetting = set; }; VisualMuteSettings getVisualMuteSettings() { return mVisuallyMuteSetting; }; |