diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-14 01:11:08 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-14 01:11:08 +0300 |
commit | 28ae135375c42d6cfd89fc8d68cd80f4685b93eb (patch) | |
tree | 5d7196c2a5e91ae364838a4db08e1e222dcd1736 /indra/newview/llvoavatar.h | |
parent | 58ceaacafd67d69deeeac8905ed46c2920eb2c4d (diff) |
SL-16746 Hide hair and fix missing light for animation preview
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index d6068f38b2..ca54397b9a 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -769,6 +769,7 @@ public: void parseAppearanceMessage(LLMessageSystem* mesgsys, LLAppearanceMessageContents& msg); void processAvatarAppearance(LLMessageSystem* mesgsys); void applyParsedAppearanceMessage(LLAppearanceMessageContents& contents, bool slam_params); + void hideHair(); void hideSkirt(); void startAppearanceAnimation(); |