diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 16:38:00 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 16:38:00 -0400 |
| commit | 66de0c9965ff68bcb8cb60975fcffa45e2c6d74c (patch) | |
| tree | e3fa6c87fe70e487b6fc6e94f6793b7638b568ea /indra/newview/llvosky.cpp | |
| parent | 49e114748fdb52599aaa141c2006198c48aa083b (diff) | |
| parent | 17c8eadb3d89bc78019f0b50eb8b109f25616781 (diff) | |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llvosky.cpp')
| -rw-r--r-- | indra/newview/llvosky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp index 4dab213fa0..6b4a450e6f 100644 --- a/indra/newview/llvosky.cpp +++ b/indra/newview/llvosky.cpp @@ -283,7 +283,7 @@ void LLSkyTex::create(const F32 brightness) S32 offset = basic_offset * sComponents; U32* pix = (U32*)(data + offset); LLColor4U temp = LLColor4U(mSkyData[basic_offset]); - *pix = temp.mAll; + *pix = temp.asRGBA(); } } createGLImage(sCurrent); |
