diff options
author | Josh Bell <josh@lindenlab.com> | 2007-03-21 19:36:11 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-03-21 19:36:11 +0000 |
commit | c93c38e047836e31dd34e33391a997d883777ae1 (patch) | |
tree | ccb52c02f9a3bfeb76254e128abc250e7fd5a962 /indra/newview/llvosky.h | |
parent | fceae96eb171be0396512e251aab311d4e3ef9cc (diff) |
svn merge -r 59178:59364 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 4 |
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; |