diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-28 17:52:06 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-28 17:52:06 -0700 |
commit | a6adc00632d53445159b3ee91ecddea3fc667bff (patch) | |
tree | 858b59d3c17341ed43ffd746593cc4c206294242 /indra/llimage/llimage.cpp | |
parent | b6ba0da7f5e8d830f776ec974287b2d451a4715f (diff) | |
parent | 3bed004b5bb82e203d2e98ffc5d87273ea1dacc4 (diff) |
Merge
Diffstat (limited to 'indra/llimage/llimage.cpp')
-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; } |