From acb95485433be3a1c3c42ea1afd254c70bedb9ec Mon Sep 17 00:00:00 2001
From: Xenhat Liamano <xenhat@polarityviewer.org>
Date: Tue, 19 Nov 2019 04:21:31 -0500
Subject: [PATCH] Bump maximum sky resolution for that pretty sun

---
 indra/newview/llvowlsky.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvowlsky.cpp b/indra/newview/llvowlsky.cpp
index 8880578d64..c2ddc00e62 100644
--- a/indra/newview/llvowlsky.cpp
+++ b/indra/newview/llvowlsky.cpp
@@ -39,7 +39,7 @@
 const F32 LLVOWLSky::DISTANCE_TO_STARS = (HORIZON_DIST - 10.f)*0.25f;
 
 const U32 LLVOWLSky::MIN_SKY_DETAIL = 3;
-const U32 LLVOWLSky::MAX_SKY_DETAIL = 180;
+const U32 LLVOWLSky::MAX_SKY_DETAIL = 1024;
 
 inline U32 LLVOWLSky::getNumStacks(void)
 {
-- 
GitLab