[MAINT-8509] - hide eyelash if BAKED_HEAD is set and not BAKED_EYES

meow-7.2.2
Anchor Linden 2018-06-27 03:15:48 +05:30
parent 8a13530ce4
commit a9cf29d52f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}