summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorAnchor Linden <anchor@lindenlab.com>2018-03-02 02:25:59 -0800
committerAnchor Linden <anchor@lindenlab.com>2018-03-02 02:25:59 -0800
commit8f64a9edea9d4230cdc845c126955e23990823cb (patch)
tree8b8554c288f5ce826c30fff4e8c387cb93ad16fe /indra/newview/llvoavatar.h
parent92bd48fd6db7c906b5c6a140875219e662939e57 (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.h2
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();