aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvosky.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llvosky.cpp b/linden/indra/newview/llvosky.cpp
index d4df141..1b9c7c0 100644
--- a/linden/indra/newview/llvosky.cpp
+++ b/linden/indra/newview/llvosky.cpp
@@ -289,7 +289,7 @@ void LLSkyTex::create(const F32 brightness)
289 289
290void LLSkyTex::createGLImage(S32 which) 290void LLSkyTex::createGLImage(S32 which)
291{ 291{
292 mImageGL[which]->createGLTexture(0, mImageRaw[which]); 292 mImageGL[which]->createGLTexture(0, mImageRaw[which], 0, TRUE, LLViewerImageBoostLevel::OTHER);
293 mImageGL[which]->setAddressMode(LLTexUnit::TAM_CLAMP); 293 mImageGL[which]->setAddressMode(LLTexUnit::TAM_CLAMP);
294} 294}
295 295
@@ -1180,7 +1180,7 @@ BOOL LLVOSky::updateSky()
1180 return TRUE; 1180 return TRUE;
1181} 1181}
1182 1182
1183void LLVOSky::updateTextures(LLAgent &agent) 1183void LLVOSky::updateTextures()
1184{ 1184{
1185 if (mSunTexturep) 1185 if (mSunTexturep)
1186 { 1186 {