aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index 69ac136..c41c4ba 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -3629,7 +3629,7 @@ void init_start_screen(S32 location_id)
3629 gStartImageWidth = start_image_bmp->getWidth(); 3629 gStartImageWidth = start_image_bmp->getWidth();
3630 gStartImageHeight = start_image_bmp->getHeight(); 3630 gStartImageHeight = start_image_bmp->getHeight();
3631 LLPointer<LLImageRaw> raw = new LLImageRaw; 3631 LLPointer<LLImageRaw> raw = new LLImageRaw;
3632 if (!start_image_bmp->decode(raw)) 3632 if (!start_image_bmp->decode(raw, 0.0f))
3633 { 3633 {
3634 llinfos << "Bitmap decode failed" << llendl; 3634 llinfos << "Bitmap decode failed" << llendl;
3635 gStartImageGL = NULL; 3635 gStartImageGL = NULL;