diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-01-24 14:28:09 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-01-24 14:28:09 -0500 |
commit | 3b369770f7a81ca76b81087d2716c5f29211f7c2 (patch) | |
tree | 70ad9096da75c663590a546fa9f12dcfe7b11373 /indra/newview/lltexturefetch.cpp | |
parent | 22db60ed0dfd606ab8f8d49141446442a4a72a48 (diff) | |
parent | cebde0a32b4a8163010d9cbf5e6b3036865ed943 (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rwxr-xr-x | indra/newview/lltexturefetch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 47a2b5f4c8..41bfbae86e 100755 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -3212,6 +3212,7 @@ bool LLTextureFetch::receiveImageHeader(const LLHost& host, const LLUUID& id, U8 worker->lockWorkMutex(); + // Copy header data into image object worker->mImageCodec = codec; worker->mTotalPackets = packets; |