diff options
Diffstat (limited to 'linden/indra/newview/llvograss.cpp')
-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 f738872..8f4c0de 100644 --- a/linden/indra/newview/llvograss.cpp +++ b/linden/indra/newview/llvograss.cpp | |||
@@ -337,7 +337,7 @@ void LLVOGrass::setPixelAreaAndAngle(LLAgent &agent) | |||
337 | 337 | ||
338 | 338 | ||
339 | // BUG could speed this up by caching the relative_position and range calculations | 339 | // BUG could speed this up by caching the relative_position and range calculations |
340 | void LLVOGrass::updateTextures() | 340 | void LLVOGrass::updateTextures(LLAgent &agent) |
341 | { | 341 | { |
342 | if (getTEImage(0)) | 342 | if (getTEImage(0)) |
343 | { | 343 | { |