diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-03-02 02:25:59 -0800 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-03-02 02:25:59 -0800 |
commit | 8f64a9edea9d4230cdc845c126955e23990823cb (patch) | |
tree | 8b8554c288f5ce826c30fff4e8c387cb93ad16fe /indra/newview/llvoavatar.h | |
parent | 92bd48fd6db7c906b5c6a140875219e662939e57 (diff) |
[MAINT 8081] - show/hide avatar base mesh regions if avatar joint attachments are using server bakes. pass the magic ids correctly across ui and texture entry.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 4f876533ee..1b0044201f 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -654,6 +654,8 @@ public: void updateSexDependentLayerSets(); virtual void dirtyMesh(); // Dirty the avatar mesh void updateMeshData(); + void updateMeshVisibility(); + protected: void releaseMeshData(); virtual void restoreMeshData(); |