diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-03-29 15:17:15 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-03-29 15:17:15 +0300 |
commit | 783cc9756ad6cc07d27bf985171c922aa20b0fc8 (patch) | |
tree | eefccb485d124d264150a7c479dc68843228e0ab /indra/newview/llviewertexturelist.cpp | |
parent | 272d40a0892108de5e54f8b440f95e4c270686a7 (diff) |
Backed out changeset: ca5d40144cc2
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rwxr-xr-x | indra/newview/llviewertexturelist.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 00338cb884..e580ecaba1 100755 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -183,11 +183,7 @@ void LLViewerTextureList::doPreloadImages() image->setAddressMode(LLTexUnit::TAM_WRAP); mImagePreloads.insert(image); } - image = LLViewerTextureManager::getFetchedTextureFromFile("cloud-particle.j2c", FTT_LOCAL_FILE, MIPMAP_YES, LLViewerFetchedTexture::BOOST_CLOUDS); - if (image) - { - mImagePreloads.insert(image); - } + } static std::string get_texture_list_name() |