diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-08-17 20:35:00 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-08-17 20:35:00 +0300 |
commit | 0f061689914d1d73272d373c877d1656933ae501 (patch) | |
tree | 6ff7ac3b6eedae4449c8d3609458c940ef0ce3ba /indra/newview/lltexturectrl.cpp | |
parent | 57060fa0ebfacf3705ec2d9770e83aab3c86b894 (diff) |
MAINT-6655 Group inspector doesn't support default icon.
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r-- | indra/newview/lltexturectrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index e5aa740a33..980810835e 100644 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -1393,7 +1393,7 @@ void LLTextureCtrl::setOnTextureSelectedCallback(texture_selected_callback cb) void LLTextureCtrl::setImageAssetName(const std::string& name) { - LLPointer<LLUIImage> imagep = LLUI::getUIImage(name, LLGLTexture::BOOST_PREVIEW); + LLPointer<LLUIImage> imagep = LLUI::getUIImage(name); if(imagep) { LLViewerFetchedTexture* pTexture = dynamic_cast<LLViewerFetchedTexture*>(imagep->getImage().get()); |