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.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h
index fe2d85df02..9123381c3d 100644
--- a/indra/newview/llvosky.h
+++ b/indra/newview/llvosky.h
@@ -461,7 +461,7 @@ public:
void initSunDirection(const LLVector3 &sun_dir, const LLVector3 &sun_ang_velocity);
- void setSunDirection(const LLVector3 &sun_dir, const LLVector3 &sun_ang_velocity);
+ void setSunDirection(const LLVector3 &sun_dir, const LLVector3 &moon_dir);
BOOL updateHeavenlyBodyGeometry(LLDrawable *drawable, const S32 side, const BOOL is_sun,
LLHeavenBody& hb, const F32 sin_max_angle,
@@ -553,13 +553,6 @@ protected:
F32 mFogRatio;
F32 mWorldScale;
-// LLColor4 mSunAmbient;
-// LLColor4 mMoonAmbient;
-// LLColor4 mTotalAmbient;
-// LLColor3 mSunDiffuse;
-// LLColor3 mMoonDiffuse;
-// LLColor4U mFadeColor; // Color to fade in from
-
LLPointer<LLCubeMap> mCubeMap; // Cube map for the environment
S32 mDrawRefl;