diff options
author | Aura Linden <aura@lindenlab.com> | 2014-07-23 09:16:48 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-07-23 09:16:48 -0700 |
commit | 342833534f44cf702b9680c24e520904da8c8ecf (patch) | |
tree | 67321b3f3daa87ee2401d8ead9a7201d000b4552 /indra/newview/lltexturefetch.cpp | |
parent | f61671aec7a15160f906650b4c7449be68c7b074 (diff) |
Improved comments
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rwxr-xr-x | indra/newview/lltexturefetch.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index fcf0d88495..2376f6a259 100755 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -2649,7 +2649,8 @@ bool LLTextureFetch::createRequest(FTType f_type, const std::string& url, const worker->setDesiredDiscard(desired_discard, desired_size); worker->setCanUseHTTP(can_use_http); - //worker->setUrl(url); //MAINT-4184 this line seems to be the cause and url is always blank. + //MAINT-4184 url is always empty. Do not set with it. + if (!worker->haveWork()) { worker->setState(LLTextureFetchWorker::INIT); |