diff options
author | Anchor <none@none> | 2019-02-04 00:17:03 -0800 |
---|---|---|
committer | Anchor <none@none> | 2019-02-04 00:17:03 -0800 |
commit | 756a6028eb1234d1a7a177bb438fe5980f87f8d4 (patch) | |
tree | 56803b16248889877c0fc878e4c1c465706debf6 | |
parent | 56bf3287b8477a7671981d4373659661207333c6 (diff) |
[SL-10179] - up the priority on baked images so they get fetched and decoded
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 2c42fbd3eb..a962a89e28 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2380,7 +2380,7 @@ LLViewerFetchedTexture *LLVOAvatar::getBakedTextureImage(const U8 te, const LLUU } LL_DEBUGS("Avatar") << avString() << "get server-bake image from URL " << url << LL_ENDL; result = LLViewerTextureManager::getFetchedTextureFromUrl( - url, FTT_SERVER_BAKE, TRUE, LLGLTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE, 0, 0, uuid); + url, FTT_SERVER_BAKE, TRUE, LLGLTexture::BOOST_AVATAR_BAKED_SELF, LLViewerTexture::LOD_TEXTURE, 0, 0, uuid); if (result->isMissingAsset()) { result->setIsMissingAsset(false); |