diff options
Diffstat (limited to 'linden/indra/newview/llvowater.h')
-rw-r--r-- | linden/indra/newview/llvowater.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llvowater.h b/linden/indra/newview/llvowater.h index 37480b6..55ce6d7 100644 --- a/linden/indra/newview/llvowater.h +++ b/linden/indra/newview/llvowater.h | |||
@@ -77,12 +77,13 @@ public: | |||
77 | /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. | 77 | /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. |
78 | 78 | ||
79 | void setUseTexture(const BOOL use_texture); | 79 | void setUseTexture(const BOOL use_texture); |
80 | void setIsEdgePatch(const BOOL edge_patch); | ||
80 | BOOL getUseTexture() const { return mUseTexture; } | 81 | BOOL getUseTexture() const { return mUseTexture; } |
81 | 82 | BOOL getIsEdgePatch() const { return mIsEdgePatch; } | |
82 | bool isEdgeWater(void) const { return mPrimitiveCode == LL_VO_EDGE_WATER; } | ||
83 | 83 | ||
84 | protected: | 84 | protected: |
85 | BOOL mUseTexture; | 85 | BOOL mUseTexture; |
86 | BOOL mIsEdgePatch; | ||
86 | LLPipeline::LLRenderTypeMask mRenderType; | 87 | LLPipeline::LLRenderTypeMask mRenderType; |
87 | }; | 88 | }; |
88 | 89 | ||