diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llvograss.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-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.h | 4 |
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 | { |
42 | public: | 42 | public: |
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 | ||
106 | protected: | ||
107 | ~LLVOGrass(); | ||
108 | |||
107 | private: | 109 | private: |
108 | void updateSpecies(); | 110 | void updateSpecies(); |
109 | F32 mLastHeight; // For cheap update hack | 111 | F32 mLastHeight; // For cheap update hack |