summaryrefslogtreecommitdiff
path: root/indra/newview/llvowlsky.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-09-04 23:43:39 +0100
committerGraham Linden <graham@lindenlab.com>2018-09-04 23:43:39 +0100
commita65afc30a968c752f1e252258e6917554a78f56a (patch)
treebb711036e634883453cd48140dd1478c761f2f71 /indra/newview/llvowlsky.cpp
parent32631f09a57548c2bbf7e09211a2053ff2e4e47d (diff)
parent0a78e9271c524c92cb8b1965e9a6081d4f700437 (diff)
Merge
Diffstat (limited to 'indra/newview/llvowlsky.cpp')
-rw-r--r--indra/newview/llvowlsky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvowlsky.cpp b/indra/newview/llvowlsky.cpp
index db9452cce9..741d0e3992 100644
--- a/indra/newview/llvowlsky.cpp
+++ b/indra/newview/llvowlsky.cpp
@@ -637,7 +637,7 @@ BOOL LLVOWLSky::updateStarGeometry(LLDrawable *drawable)
LLVector3 left = at%LLVector3(0,0,1);
LLVector3 up = at%left;
- F32 sc = 0.5f+ll_frand()*1.25f;
+ F32 sc = 0.8f + ll_frand()*2.5f;
left *= sc;
up *= sc;