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 dd4dabb..d0a36b0 100644 --- a/linden/indra/newview/llvograss.cpp +++ b/linden/indra/newview/llvograss.cpp | |||
@@ -339,7 +339,7 @@ void LLVOGrass::setPixelAreaAndAngle(LLAgent &agent) | |||
339 | 339 | ||
340 | 340 | ||
341 | // BUG could speed this up by caching the relative_position and range calculations | 341 | // BUG could speed this up by caching the relative_position and range calculations |
342 | void LLVOGrass::updateTextures(LLAgent &agent) | 342 | void LLVOGrass::updateTextures() |
343 | { | 343 | { |
344 | if (getTEImage(0)) | 344 | if (getTEImage(0)) |
345 | { | 345 | { |