diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-10 17:25:35 +0000 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-10 17:25:35 +0000 |
commit | b83c028c001ef896eb235fbcdbb2ac2368787135 (patch) | |
tree | f1c5480d02ce78c8525d25c52e1b7d0ff65f177a /indra/newview/llvowlsky.cpp | |
parent | e7ed4b4584ca39194bd3202d3d74defd0f0421d0 (diff) | |
parent | 4fde1adbcf7d79bc4e80078c2f553b8ec020a1c3 (diff) |
Merged in graham_linden/viewer-eep-graham (pull request #21)
Fix star rendering issues in ALM.
Diffstat (limited to 'indra/newview/llvowlsky.cpp')
-rw-r--r-- | indra/newview/llvowlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvowlsky.cpp b/indra/newview/llvowlsky.cpp index bdef2ed9fb..db9452cce9 100644 --- a/indra/newview/llvowlsky.cpp +++ b/indra/newview/llvowlsky.cpp @@ -36,7 +36,7 @@ #include "llenvironment.h" #include "llsettingssky.h" -const F32 LLVOWLSky::DISTANCE_TO_STARS = (HORIZON_DIST - 10.f)*0.25f; +const F32 LLVOWLSky::DISTANCE_TO_STARS = (HORIZON_DIST - 10.f) * 0.8f; const U32 LLVOWLSky::MIN_SKY_DETAIL = 3; const U32 LLVOWLSky::MAX_SKY_DETAIL = 180; |