summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-02-16 20:44:53 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-02-16 20:44:53 +0200
commita0e9ee475758c1825ba4a0957f4047e1dc24c8a3 (patch)
tree1fbef6cef6a23b47af1a29266d28120dadfeffc5 /indra/newview/llpanelface.cpp
parentd8f7a40dea011b3a68fdf8120c8bc7035e93019a (diff)
MAINT-2199 separating UI elements from in-world textures.
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..58da73727a 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(), false) : NULL;
if(!tex)
{
tex = LLViewerFetchedTexture::sDefaultImagep;