summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAnchor Linden <anchor@lindenlab.com>2018-06-27 03:15:48 +0530
committerAnchor Linden <anchor@lindenlab.com>2018-06-27 03:15:48 +0530
commita9cf29d52ffda2174e7362b98fb3bbb217081bc5 (patch)
treee99d6a06ae0eda1c394a9c1e1528934ecd3a0940 /indra
parent8a13530ce4eeb481ee467fd3ec54f1ed7e9f632a (diff)
[MAINT-8509] - hide eyelash if BAKED_HEAD is set and not BAKED_EYES
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 6e49a92e97..81d114d7ba 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -7335,7 +7335,7 @@ void LLVOAvatar::updateMeshVisibility()
}
else if (i == MESH_ID_EYELASH)
{
- joint->setVisible(!bake_flag[BAKED_EYES], TRUE);
+ joint->setVisible(!bake_flag[BAKED_HEAD], TRUE);
}
}
}