summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-02-19 23:20:51 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-02-19 23:20:51 +0200
commit22c0cffc21fc05367b93cfb4e01bd8cf39e56027 (patch)
treec84a27c41bf8c89bdf0c80462c16e73fd110cb7c /indra/newview/llpanelface.cpp
parentf9f803fe02c600beb0088f2c666ba8e51d8dc947 (diff)
parent10e2bd56c1722526d14656aa6870a23b86f51333 (diff)
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rwxr-xr-xindra/newview/llpanelface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index 21d8b4248c..551495c6ad 100755
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -2214,7 +2214,7 @@ void LLPanelFace::LLSelectedTE::getTexId(LLUUID& id, bool& identical)
LLTextureEntry *te = object->getTE(te_index);
if (te)
{
- LLViewerTexture* tex = te->getID().notNull() ? gTextureList.findImage(te->getID()) : NULL;
+ LLViewerTexture* tex = te->getID().notNull() ? gTextureList.findImage(te->getID(), TEX_LIST_DISCARD) : NULL;
if(!tex)
{
tex = LLViewerFetchedTexture::sDefaultImagep;