aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatercustomize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatercustomize.cpp')
-rw-r--r--linden/indra/newview/llfloatercustomize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatercustomize.cpp b/linden/indra/newview/llfloatercustomize.cpp
index 923c358..f4baa9f 100644
--- a/linden/indra/newview/llfloatercustomize.cpp
+++ b/linden/indra/newview/llfloatercustomize.cpp
@@ -1653,7 +1653,7 @@ void LLFloaterCustomize::onBtnSnapshot( void* userdata )
1653 if (!success) return; 1653 if (!success) return;
1654 1654
1655 LLPointer<LLImageJPEG> jpeg_image = new LLImageJPEG; 1655 LLPointer<LLImageJPEG> jpeg_image = new LLImageJPEG;
1656 success = jpeg_image->encode(raw); 1656 success = jpeg_image->encode(raw, 0.0f);
1657 if(!success) return; 1657 if(!success) return;
1658 1658
1659 LLString filepath("C:\\snapshot"); 1659 LLString filepath("C:\\snapshot");