aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.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/llvoavatar.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 'linden/indra/newview/llvoavatar.h')
-rw-r--r--linden/indra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h
index f759e15..33cec69 100644
--- a/linden/indra/newview/llvoavatar.h
+++ b/linden/indra/newview/llvoavatar.h
@@ -133,7 +133,7 @@ public:
133 LLVector3* bi_normal = NULL // return the surface bi-normal at the intersection point 133 LLVector3* bi_normal = NULL // return the surface bi-normal at the intersection point
134 ); 134 );
135 135
136 /*virtual*/ void updateTextures(LLAgent &agent); 136 /*virtual*/ void updateTextures();
137 // If setting a baked texture, need to request it from a non-local sim. 137 // If setting a baked texture, need to request it from a non-local sim.
138 /*virtual*/ S32 setTETexture(const U8 te, const LLUUID& uuid); 138 /*virtual*/ S32 setTETexture(const U8 te, const LLUUID& uuid);
139 /*virtual*/ void onShift(const LLVector3& shift_vector); 139 /*virtual*/ void onShift(const LLVector3& shift_vector);