aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:58 -0500
committerJacek Antonelli2008-08-15 23:44:58 -0500
commit089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch)
tree0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llvosky.h
parentSecond Life viewer sources 1.16.0.5 (diff)
downloadmeta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz
Second Life viewer sources 1.17.0.12
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvosky.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llvosky.h b/linden/indra/newview/llvosky.h
index 568e924..81c9bf5 100644
--- a/linden/indra/newview/llvosky.h
+++ b/linden/indra/newview/llvosky.h
@@ -524,7 +524,6 @@ public:
524 }; 524 };
525 525
526 LLVOSky(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); 526 LLVOSky(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
527 virtual ~LLVOSky();
528 527
529 // Initialize/delete data that's only inited once per class. 528 // Initialize/delete data that's only inited once per class.
530 static void initClass(); 529 static void initClass();
@@ -687,6 +686,8 @@ public:
687 LLFace *mFace[FACE_COUNT]; 686 LLFace *mFace[FACE_COUNT];
688 687
689protected: 688protected:
689 ~LLVOSky();
690
690 LLPointer<LLViewerImage> mSunTexturep; 691 LLPointer<LLViewerImage> mSunTexturep;
691 LLPointer<LLViewerImage> mMoonTexturep; 692 LLPointer<LLViewerImage> mMoonTexturep;
692 LLPointer<LLViewerImage> mBloomTexturep; 693 LLPointer<LLViewerImage> mBloomTexturep;
@@ -736,7 +737,7 @@ protected:
736 LLColor3 mMoonDiffuse; 737 LLColor3 mMoonDiffuse;
737 LLColor4U mFadeColor; // Color to fade in from 738 LLColor4U mFadeColor; // Color to fade in from
738 739
739 LLCubeMap *mCubeMap; // Cube map for the environment 740 LLPointer<LLCubeMap> mCubeMap; // Cube map for the environment
740 S32 mDrawRefl; 741 S32 mDrawRefl;
741 742
742 LLFrameTimer mUpdateTimer; 743 LLFrameTimer mUpdateTimer;