diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-04-28 17:13:11 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-04-28 17:13:11 -0600 |
commit | affea8c6da12a952711039c0584732bcac5a64a7 (patch) | |
tree | c51d09aaa2c1b27706958067e77d494e5c2e6611 /indra/llimage | |
parent | b7bc6920c89791563e4fd63002e632967ffde966 (diff) | |
parent | 87be73be241580d8070a1fda11e11c50f15797f6 (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk
Diffstat (limited to 'indra/llimage')
-rw-r--r-- | indra/llimage/llimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp index 0874f574c5..aa7c8c789a 100644 --- a/indra/llimage/llimage.cpp +++ b/indra/llimage/llimage.cpp @@ -1338,7 +1338,7 @@ LLImageFormatted::LLImageFormatted(S8 codec) mCodec(codec), mDecoding(0), mDecoded(0), - mDiscardLevel(0) + mDiscardLevel(-1) { mMemType = LLMemType::MTYPE_IMAGEFORMATTED; } |