aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvosky.h')
-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;