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 de2cb3e..55ce6d7 100644 --- a/linden/indra/newview/llvowater.h +++ b/linden/indra/newview/llvowater.h | |||
@@ -69,7 +69,7 @@ public: | |||
69 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); | 69 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); |
70 | /*virtual*/ void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); | 70 | /*virtual*/ void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); |
71 | 71 | ||
72 | /*virtual*/ void updateTextures(LLAgent &agent); | 72 | /*virtual*/ void updateTextures(); |
73 | /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); // generate accurate apparent angle and area | 73 | /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); // generate accurate apparent angle and area |
74 | 74 | ||
75 | /*virtual*/ U32 getPartitionType() const; | 75 | /*virtual*/ U32 getPartitionType() const; |