diff options
author | Jacek Antonelli | 2010-02-09 21:11:42 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-16 18:50:15 -0600 |
commit | e6247fbe78c4d3dacb74f3b2359aba2b6538133b (patch) | |
tree | 10c42d670a2c635b4339f7f68809c221756774f8 /linden/indra/newview/llviewerobject.h | |
parent | Ported some cURL and HTTP-related changes from Snowglobe. (diff) | |
download | meta-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/llviewerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h index 633e0eb..88f967f 100644 --- a/linden/indra/newview/llviewerobject.h +++ b/linden/indra/newview/llviewerobject.h | |||
@@ -190,7 +190,7 @@ public: | |||
190 | S32 getNumFaces() const { return mNumFaces; } | 190 | S32 getNumFaces() const { return mNumFaces; } |
191 | 191 | ||
192 | // Graphical stuff for objects - maybe broken out into render class later? | 192 | // Graphical stuff for objects - maybe broken out into render class later? |
193 | virtual void updateTextures(LLAgent &agent); | 193 | virtual void updateTextures(); |
194 | virtual void boostTexturePriority(BOOL boost_children = TRUE); // When you just want to boost priority of this object | 194 | virtual void boostTexturePriority(BOOL boost_children = TRUE); // When you just want to boost priority of this object |
195 | 195 | ||
196 | virtual LLDrawable* createDrawable(LLPipeline *pipeline); | 196 | virtual LLDrawable* createDrawable(LLPipeline *pipeline); |