diff options
Diffstat (limited to 'linden/indra/newview/llvosky.h')
-rw-r--r-- | linden/indra/newview/llvosky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvosky.h b/linden/indra/newview/llvosky.h index 1370824..492557f 100644 --- a/linden/indra/newview/llvosky.h +++ b/linden/indra/newview/llvosky.h | |||
@@ -493,7 +493,7 @@ public: | |||
493 | 493 | ||
494 | // Graphical stuff for objects - maybe broken out into render class | 494 | // Graphical stuff for objects - maybe broken out into render class |
495 | // later? | 495 | // later? |
496 | /*virtual*/ void updateTextures(); | 496 | /*virtual*/ void updateTextures(LLAgent &agent); |
497 | /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); | 497 | /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); |
498 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); | 498 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); |
499 | 499 | ||