diff options
author | Richard Linden <none@none> | 2013-01-17 20:04:39 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-17 20:04:39 -0800 |
commit | 0825eb0207a51e0f747fc04e7c9b6bd6a76e86fe (patch) | |
tree | c87749c8e9c98c695aa6daae9a6660582580ae4e /indra/newview/lltexturefetch.cpp | |
parent | a0413bdef71d804bbf008cf319f54a5a47efb29c (diff) | |
parent | 670d03ceb83b92c9bb98d10bb37fba6f75971a2f (diff) |
merge
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index d62101d159..fba636e8ef 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -2358,6 +2358,10 @@ LLTextureFetch::LLTextureFetch(LLTextureCache* cache, LLImageDecodeThread* image mHttpMetricsHeaders = new LLCore::HttpHeaders; mHttpMetricsHeaders->mHeaders.push_back("Content-Type: application/llsd+xml"); mHttpPolicyClass = LLAppViewer::instance()->getAppCoreHttp().getPolicyDefault(); + + //reset the texture timer. + gTextureTimer.reset(); + gTextureTimer.pause(); } LLTextureFetch::~LLTextureFetch() |