diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 87d48c8..237a967 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -3723,7 +3723,7 @@ void init_start_screen(S32 location_id) | |||
3723 | } | 3723 | } |
3724 | 3724 | ||
3725 | raw->expandToPowerOfTwo(); | 3725 | raw->expandToPowerOfTwo(); |
3726 | gStartImageGL->createGLTexture(0, raw, 0, TRUE, LLViewerImageBoostLevel::OTHER); | 3726 | gStartImageGL->createGLTexture(0, raw); |
3727 | } | 3727 | } |
3728 | 3728 | ||
3729 | 3729 | ||