diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvograss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvograss.cpp b/linden/indra/newview/llvograss.cpp index 08f2717..c56d676 100644 --- a/linden/indra/newview/llvograss.cpp +++ b/linden/indra/newview/llvograss.cpp | |||
@@ -331,7 +331,7 @@ void LLVOGrass::setPixelAreaAndAngle(LLAgent &agent) | |||
331 | 331 | ||
332 | 332 | ||
333 | // BUG could speed this up by caching the relative_position and range calculations | 333 | // BUG could speed this up by caching the relative_position and range calculations |
334 | void LLVOGrass::updateTextures() | 334 | void LLVOGrass::updateTextures(LLAgent &agent) |
335 | { | 335 | { |
336 | if (getTEImage(0)) | 336 | if (getTEImage(0)) |
337 | { | 337 | { |