diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-03-02 15:29:07 -0800 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-03-02 15:29:07 -0800 |
commit | 485193c7f530fa3d8574c74304e452ab6d012e41 (patch) | |
tree | 54e31e2e46d684a2850f586b4bdb5615f8a107f8 /indra/newview/llviewerobject.h | |
parent | 8f64a9edea9d4230cdc845c126955e23990823cb (diff) |
[MAINT-8081] - update mesh visibility on tex change
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index b63a7ab910..1d7c164a44 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -568,7 +568,7 @@ public: public: LLViewerTexture* getBakedTextureForMagicId(const LLUUID& id); - + void updateAvatarMeshVisibility(const LLUUID& id); public: static void unpackVector3(LLDataPackerBinaryBuffer* dp, LLVector3& value, std::string name); static void unpackUUID(LLDataPackerBinaryBuffer* dp, LLUUID& value, std::string name); |