Fix for build failures
parent
51a1d510a5
commit
284e1b44d7
|
|
@ -5881,7 +5881,9 @@ void LLVOAvatar::updateMeshTextures()
|
|||
if (use_lkg_baked_layer[i] && !isUsingLocalAppearance() )
|
||||
{
|
||||
LLViewerFetchedTexture* baked_img;
|
||||
#ifndef LL_RELEASE_FOR_DOWNLOAD
|
||||
LLViewerFetchedTexture* existing_baked_img = LLViewerTextureManager::getFetchedTexture(mBakedTextureDatas[i].mLastTextureID);
|
||||
#endif
|
||||
const std::string url = getImageURL(i, mBakedTextureDatas[i].mLastTextureID);
|
||||
if (!url.empty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue