summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index b4a35d8e7e..8b742f153c 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -832,6 +832,17 @@ public:
BOOL mAppearanceAnimating;
//--------------------------------------------------------------------
+ // we're morphing for lip sync
+ //--------------------------------------------------------------------
+ bool mLipSyncActive;
+
+ //--------------------------------------------------------------------
+ // cached pointers morphs for lip sync
+ //--------------------------------------------------------------------
+ LLVisualParam *mOohMorph;
+ LLVisualParam *mAahMorph;
+
+ //--------------------------------------------------------------------
// static members
//--------------------------------------------------------------------
static S32 sMaxVisible;