diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvowater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvowater.h b/linden/indra/newview/llvowater.h index cdda48f..9c33e74 100644 --- a/linden/indra/newview/llvowater.h +++ b/linden/indra/newview/llvowater.h | |||
@@ -68,7 +68,7 @@ public: | |||
68 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); | 68 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); |
69 | /*virtual*/ void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); | 69 | /*virtual*/ void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); |
70 | 70 | ||
71 | /*virtual*/ void updateTextures(LLAgent &agent); | 71 | /*virtual*/ void updateTextures(); |
72 | /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); // generate accurate apparent angle and area | 72 | /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); // generate accurate apparent angle and area |
73 | 73 | ||
74 | virtual U32 getPartitionType() const; | 74 | virtual U32 getPartitionType() const; |