summaryrefslogtreecommitdiff
path: root/indra/newview/llvosky.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r--indra/newview/llvosky.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h
index c705c3951e..0ded91bb80 100644
--- a/indra/newview/llvosky.h
+++ b/indra/newview/llvosky.h
@@ -671,6 +671,7 @@ public:
public:
static F32 sNighttimeBrightness; // [0,2] default = 1.0
+ LLFace *mFace[FACE_COUNT];
protected:
LLPointer<LLViewerImage> mSunTexturep;
@@ -700,8 +701,7 @@ protected:
BOOL mWeatherChange;
F32 mCloudDensity;
F32 mWind;
- LLFace *mFace[FACE_COUNT];
-
+
BOOL mInitialized;
BOOL mForceUpdate; //flag to force instantaneous update of cubemap
LLVector3 mLastLightingDirection;