diff options
author | angela <angela@lindenlab.com> | 2009-10-30 08:12:41 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-10-30 08:12:41 +0800 |
commit | 8c7f5e902625173aada5377c5972b72a684bedf0 (patch) | |
tree | 188d9445f4e610b2a6e05b6af667ab47d38e65a2 /indra/newview/llwearable.h | |
parent | c3b2f98012a32c0f241b814a27113e756961778c (diff) | |
parent | 5c4ec60c966bd1857fb195f73d2d09117b783f9a (diff) |
branch merge
Diffstat (limited to 'indra/newview/llwearable.h')
-rw-r--r-- | indra/newview/llwearable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwearable.h b/indra/newview/llwearable.h index 01bd9652a5..96631811c5 100644 --- a/indra/newview/llwearable.h +++ b/indra/newview/llwearable.h @@ -119,6 +119,7 @@ public: F32 getVisualParamWeight(S32 index) const; LLVisualParam* getVisualParam(S32 index) const; void getVisualParams(visual_param_vec_t &list); + void animateParams(F32 delta, BOOL set_by_user); LLColor4 getClothesColor(S32 te) const; void setClothesColor( S32 te, const LLColor4& new_color, BOOL set_by_user ); |