aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerdisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerdisplay.cpp')
-rw-r--r--linden/indra/newview/llviewerdisplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerdisplay.cpp b/linden/indra/newview/llviewerdisplay.cpp
index 1e4958b..9395b97 100644
--- a/linden/indra/newview/llviewerdisplay.cpp
+++ b/linden/indra/newview/llviewerdisplay.cpp
@@ -1114,7 +1114,7 @@ void render_disconnected_background()
1114 1114
1115 gDisconnectedImagep = new LLImageGL( FALSE ); 1115 gDisconnectedImagep = new LLImageGL( FALSE );
1116 LLPointer<LLImageRaw> raw = new LLImageRaw; 1116 LLPointer<LLImageRaw> raw = new LLImageRaw;
1117 if (!image_bmp->decode(raw)) 1117 if (!image_bmp->decode(raw, 0.0f))
1118 { 1118 {
1119 llinfos << "Bitmap decode failed" << llendl; 1119 llinfos << "Bitmap decode failed" << llendl;
1120 gDisconnectedImagep = NULL; 1120 gDisconnectedImagep = NULL;