diff options
author | Rider Linden <rider@lindenlab.com> | 2018-09-17 14:22:06 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-09-17 14:22:06 -0700 |
commit | a11706b3884b62753b666c09319e52ddd413b53c (patch) | |
tree | 2dacdaf79903e447ef58265f99e17ceb9d259c9f /indra/newview/lldrawpoolwlsky.cpp | |
parent | 17fb7d0bf4cc4db1c3f30dbbbdee7610d168336c (diff) | |
parent | 5fa543fd5c6779e15c4567b807feead392f6ea3b (diff) |
Merge
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index def2c5263d..76c0bd5abf 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -293,7 +293,7 @@ void LLDrawPoolWLSky::renderStarsDeferred(void) const LLGLEnable blend(GL_BLEND); gGL.setSceneBlendType(LLRender::BT_ADD_WITH_ALPHA); - F32 star_alpha = LLEnvironment::instance().getCurrentSky()->getStarBrightness() / 512.0f; + F32 star_alpha = LLEnvironment::instance().getCurrentSky()->getStarBrightness() / 500.0f; // If start_brightness is not set, exit if(star_alpha < 0.001f) |