diff options
Diffstat (limited to 'linden/indra/newview/llvograss.h')
-rw-r--r-- | linden/indra/newview/llvograss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvograss.h b/linden/indra/newview/llvograss.h index c55c59b..c05908b 100644 --- a/linden/indra/newview/llvograss.h +++ b/linden/indra/newview/llvograss.h | |||
@@ -128,7 +128,7 @@ private: | |||
128 | void updateSpecies(); | 128 | void updateSpecies(); |
129 | F32 mLastHeight; // For cheap update hack | 129 | F32 mLastHeight; // For cheap update hack |
130 | S32 mNumBlades; | 130 | S32 mNumBlades; |
131 | 131 | LLPointer<LLViewerImage> mGrassImage; | |
132 | static SpeciesMap sSpeciesTable; | 132 | static SpeciesMap sSpeciesTable; |
133 | }; | 133 | }; |
134 | #endif // LL_VO_GRASS_ | 134 | #endif // LL_VO_GRASS_ |