From 37f92c1698cd0cef1aa3d8a21a13cd99510e86e9 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Thu, 5 Dec 2024 13:10:13 -0800 Subject: Fix for legacy skies with bright suns not matching FS 6.6.17 (#3214) --- indra/llrender/llrender.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llrender/llrender.h') diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index fc7c5ccc18..7b6bd4198b 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -489,6 +489,7 @@ public: static bool sGLCoreProfile; static bool sNsightDebugSupport; static LLVector2 sUIGLScaleFactor; + static bool sClassicMode; // classic sky mode active private: friend class LLLightState; -- cgit v1.2.3