summaryrefslogtreecommitdiff
path: root/indra/newview/lltexlayer.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-04-12 16:02:15 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-04-12 16:02:15 -0400
commitb4cf5c0c244d2280b729e6951da2128f00e960b6 (patch)
tree8e7cd50a157bae478e6fcb6627948e4994f02068 /indra/newview/lltexlayer.cpp
parentac50379957b3f8bf03f0604dc3319c14e73ce657 (diff)
parent172b45d5a217c7cdb922f49706b310edc412fc28 (diff)
merge
Diffstat (limited to 'indra/newview/lltexlayer.cpp')
-rw-r--r--indra/newview/lltexlayer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexlayer.cpp b/indra/newview/lltexlayer.cpp
index 1693cfc9e2..467115c928 100644
--- a/indra/newview/lltexlayer.cpp
+++ b/indra/newview/lltexlayer.cpp
@@ -497,7 +497,6 @@ void LLTexLayerSetBuffer::doUpload()
}
LLPointer<LLImageJ2C> compressedImage = new LLImageJ2C;
- compressedImage->setRate(0.f);
const char* comment_text = LINDEN_J2C_COMMENT_PREFIX "RGBHM"; // writes into baked_color_data. 5 channels (rgb, heightfield/alpha, mask)
if (compressedImage->encode(baked_image, comment_text))
{