summaryrefslogtreecommitdiff
path: root/indra/llimage/llimage.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-04-04 18:58:34 -0700
committerMerov Linden <merov@lindenlab.com>2012-04-04 18:58:34 -0700
commit782981866a70f4a33a298c93ee80aaf138fdf459 (patch)
tree61a15a6a262bc6052750b6ca63049f3e97e70539 /indra/llimage/llimage.cpp
parentc6511d9c857c079e0360f88c05328feb70a8bc0d (diff)
SH-3060 : New byte range implementation. Intermediate (not working) state.
Diffstat (limited to 'indra/llimage/llimage.cpp')
-rw-r--r--indra/llimage/llimage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index 7f95441075..cce03ff6e6 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -1337,7 +1337,8 @@ LLImageFormatted::LLImageFormatted(S8 codec)
mDecoding(0),
mDecoded(0),
mDiscardLevel(-1),
- mLevels(0)
+ mLevels(0),
+ mLayers(0)
{
mMemType = LLMemType::MTYPE_IMAGEFORMATTED;
}