summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorAnchor Linden <anchor@lindenlab.com>2018-03-28 17:21:03 -0700
committerAnchor Linden <anchor@lindenlab.com>2018-03-28 17:21:03 -0700
commit513d1728c3417d1d6fdf7046bc792ecdcbb25440 (patch)
treeb9165e49aaafaa25fab9735fcd335861fe6ae16f /indra/newview/llviewerobject.h
parentf8c42d2faf6c627b32903bf2be4f3aa4e58e6d13 (diff)
MAINT-8438,8446: fix bakes on child prims
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index e6ed7d2fd5..a9035c71e1 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -571,6 +571,7 @@ public:
public:
LLViewerTexture* getBakedTextureForMagicId(const LLUUID& id);
void updateAvatarMeshVisibility(const LLUUID& id, const LLUUID& old_id);
+ void refreshBakeTexture();
public:
static void unpackVector3(LLDataPackerBinaryBuffer* dp, LLVector3& value, std::string name);
static void unpackUUID(LLDataPackerBinaryBuffer* dp, LLUUID& value, std::string name);