diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-03-30 11:40:40 -0700 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-03-30 11:40:40 -0700 |
commit | 7c90da6b9ef48757636b04f6401d5ea1dedf85f0 (patch) | |
tree | b8f272f5d4f4b0943f6ec7b8b1090ab2a98d7ee1 /indra | |
parent | 83ab2dfe0f590650693c31a0f4c101bc27b3141e (diff) |
MAINT-8461: hair does not come back.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index c6a8afe92d..5951733634 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7291,7 +7291,7 @@ void LLVOAvatar::updateMeshVisibility() for (S32 i = 0; i < mMeshLOD.size(); i++) { LLAvatarJoint* joint = mMeshLOD[i]; - if (i == MESH_ID_HAIR && bake_flag[BAKED_HAIR]) + if (i == MESH_ID_HAIR) { joint->setVisible(!bake_flag[BAKED_HAIR], TRUE); } |