summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-04-29 15:24:09 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-04-29 15:24:09 +0300
commit7d0769f3e1979d12b8cf55e0f5312fecade49bee (patch)
treebc35fbf959a358315358722943a4bfd7b213850c /indra/llimage
parent4eb741883cbee15e28272677bcb9b58dce85ee42 (diff)
parent8c3feea2a2f3bcb648f712f63ea9c4dab8aaa0c3 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/llimage')
-rw-r--r--indra/llimage/llimage.cpp2
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;
}