summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-29 11:32:42 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-29 11:32:42 +0100
commitfee6f311d310dccfa3ae5f28a9911a2d5b7e7d62 (patch)
treeb8ba490183411702dca18cde30ad6e70dff2a2d5 /indra/llimage
parent8413842ff763f0a6b8a8d7e5ff51989e42a4d148 (diff)
parenta0527cb6f728a2814fdf8b0fa6f149c7041efcac (diff)
merge from viewer-trunk
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;
}