From 695ec5229f6c8c80625e7d445232ae5fb0011327 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Thu, 11 Jul 2019 08:33:41 -0700 Subject: Fix knock-on from touching the sky tex gen which also generated the shiny env map. --- indra/newview/llvosky.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra/newview/llvosky.h') diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index 3c7ce4004c..67a7059b5a 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -68,7 +68,7 @@ public: protected: LLSkyTex(); - void init(); + void init(bool isShiny); void cleanupGL(); void restoreGL(); @@ -121,6 +121,8 @@ protected: LLImageRaw* getImageRaw(BOOL curr=TRUE); void createGLImage(BOOL curr=TRUE); + + bool mIsShiny; }; /// TODO Move into the stars draw pool (and rename them appropriately). -- cgit v1.2.3