aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvograss.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/llvograss.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 'linden/indra/newview/llvograss.h')
-rw-r--r--linden/indra/newview/llvograss.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvograss.h b/linden/indra/newview/llvograss.h
index 54f9cce..2349864 100644
--- a/linden/indra/newview/llvograss.h
+++ b/linden/indra/newview/llvograss.h
@@ -41,7 +41,6 @@ class LLVOGrass : public LLAlphaObject
41{ 41{
42public: 42public:
43 LLVOGrass(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); 43 LLVOGrass(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
44 virtual ~LLVOGrass();
45 44
46 // Initialize data that's only inited once per class. 45 // Initialize data that's only inited once per class.
47 static void initClass(); 46 static void initClass();
@@ -104,6 +103,9 @@ public:
104 F32 mBladeWindAngle; 103 F32 mBladeWindAngle;
105 F32 mBWAOverlap; 104 F32 mBWAOverlap;
106 105
106protected:
107 ~LLVOGrass();
108
107private: 109private:
108 void updateSpecies(); 110 void updateSpecies();
109 F32 mLastHeight; // For cheap update hack 111 F32 mLastHeight; // For cheap update hack