diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoground.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoground.cpp b/linden/indra/newview/llvoground.cpp index 0ef0196..fe19e18 100644 --- a/linden/indra/newview/llvoground.cpp +++ b/linden/indra/newview/llvoground.cpp | |||
@@ -71,7 +71,7 @@ BOOL LLVOGround::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) | |||
71 | } | 71 | } |
72 | 72 | ||
73 | 73 | ||
74 | void LLVOGround::updateTextures() | 74 | void LLVOGround::updateTextures(LLAgent &agent) |
75 | { | 75 | { |
76 | } | 76 | } |
77 | 77 | ||