aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotextbubble.h
diff options
context:
space:
mode:
authorJacek Antonelli2010-02-09 21:11:42 -0600
committerJacek Antonelli2010-02-16 18:50:15 -0600
commite6247fbe78c4d3dacb74f3b2359aba2b6538133b (patch)
tree10c42d670a2c635b4339f7f68809c221756774f8 /linden/indra/newview/llvotextbubble.h
parentPorted some cURL and HTTP-related changes from Snowglobe. (diff)
downloadmeta-impy-e6247fbe78c4d3dacb74f3b2359aba2b6538133b.zip
meta-impy-e6247fbe78c4d3dacb74f3b2359aba2b6538133b.tar.gz
meta-impy-e6247fbe78c4d3dacb74f3b2359aba2b6538133b.tar.bz2
meta-impy-e6247fbe78c4d3dacb74f3b2359aba2b6538133b.tar.xz
Ported many texture engine changes from Snowglobe.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvotextbubble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvotextbubble.h b/linden/indra/newview/llvotextbubble.h
index 45d4df2..7f84dbf 100644
--- a/linden/indra/newview/llvotextbubble.h
+++ b/linden/indra/newview/llvotextbubble.h
@@ -44,7 +44,7 @@ public:
44 /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. 44 /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate.
45 /*virtual*/ BOOL idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time); 45 /*virtual*/ BOOL idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time);
46 46
47 /*virtual*/ void updateTextures(LLAgent &agent); 47 /*virtual*/ void updateTextures();
48 /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); 48 /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline);
49 /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); 49 /*virtual*/ BOOL updateGeometry(LLDrawable *drawable);
50 /*virtual*/ BOOL updateLOD(); 50 /*virtual*/ BOOL updateLOD();