summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2014-08-01 14:26:33 -0700
committerAura Linden <aura@lindenlab.com>2014-08-01 14:26:33 -0700
commitfb7c5efe3217e10a8258c9ed276116f64925e0e0 (patch)
treeaa6109670d22842107a19281d655f9a63613b1b8 /indra/newview/lltexturefetch.cpp
parent83d5f20b1cbd29a86090f40b1dcc9236f15ca249 (diff)
parent342833534f44cf702b9680c24e520904da8c8ecf (diff)
Pulled in fix for maint-4184 blurry textures
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rwxr-xr-xindra/newview/lltexturefetch.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 547bacc89b..425e339713 100755
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -2650,7 +2650,9 @@ bool LLTextureFetch::createRequest(FTType f_type, const std::string& url, const
worker->setImagePriority(priority);
worker->setDesiredDiscard(desired_discard, desired_size);
worker->setCanUseHTTP(can_use_http);
- worker->setUrl(url);
+
+ //MAINT-4184 url is always empty. Do not set with it.
+
if (!worker->haveWork())
{
worker->setState(LLTextureFetchWorker::INIT);