aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvograss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvograss.cpp')
-rw-r--r--linden/indra/newview/llvograss.cpp2
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
340void LLVOGrass::updateTextures() 340void LLVOGrass::updateTextures(LLAgent &agent)
341{ 341{
342 if (getTEImage(0)) 342 if (getTEImage(0))
343 { 343 {