diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvowlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvowlsky.cpp b/linden/indra/newview/llvowlsky.cpp index 96bd62e..572a2a1 100644 --- a/linden/indra/newview/llvowlsky.cpp +++ b/linden/indra/newview/llvowlsky.cpp | |||
@@ -139,7 +139,7 @@ inline F32 LLVOWLSky::calcPhi(U32 i) | |||
139 | #if !DOME_SLICES | 139 | #if !DOME_SLICES |
140 | static const F32 Q = (1.f + sqrtf(5.f))/2.f; //golden ratio | 140 | static const F32 Q = (1.f + sqrtf(5.f))/2.f; //golden ratio |
141 | 141 | ||
142 | //icosahedron verts (based on asset b0c7b76e-28c6-1f87-a1de-752d5e3cd264, contact Runitai Linden for a copy) | 142 | //icosahedron verts (based on asset b0c7b76e-28c6-1f87-a1de-752d5e3cd264 in the second life grid, contact Runitai Linden for a copy) |
143 | static const LLVector3 icosahedron_vert[] = | 143 | static const LLVector3 icosahedron_vert[] = |
144 | { | 144 | { |
145 | LLVector3(0,1.f,Q), | 145 | LLVector3(0,1.f,Q), |