diff options
author | Jacek Antonelli | 2009-06-13 13:22:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:22:42 -0500 |
commit | 5fd0f5edb03dc0c65fef5898d9539d957d3e9353 (patch) | |
tree | 90c391505db16915b2ce413983eefab869692c5a /linden/indra/newview/llvovolume.cpp | |
parent | Second Life viewer sources 1.23.3-RC (diff) | |
download | meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.zip meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.gz meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.bz2 meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.xz |
Second Life viewer sources 1.23.4-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvovolume.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/llvovolume.cpp b/linden/indra/newview/llvovolume.cpp index c52d2d8..dd68733 100644 --- a/linden/indra/newview/llvovolume.cpp +++ b/linden/indra/newview/llvovolume.cpp | |||
@@ -1318,6 +1318,17 @@ S32 LLVOVolume::setTETexGen(const U8 te, const U8 texgen) | |||
1318 | return res; | 1318 | return res; |
1319 | } | 1319 | } |
1320 | 1320 | ||
1321 | S32 LLVOVolume::setTEMediaTexGen(const U8 te, const U8 media) | ||
1322 | { | ||
1323 | S32 res = LLViewerObject::setTEMediaTexGen(te, media); | ||
1324 | if (res) | ||
1325 | { | ||
1326 | gPipeline.markTextured(mDrawable); | ||
1327 | mFaceMappingChanged = TRUE; | ||
1328 | } | ||
1329 | return res; | ||
1330 | } | ||
1331 | |||
1321 | S32 LLVOVolume::setTEShiny(const U8 te, const U8 shiny) | 1332 | S32 LLVOVolume::setTEShiny(const U8 te, const U8 shiny) |
1322 | { | 1333 | { |
1323 | S32 res = LLViewerObject::setTEShiny(te, shiny); | 1334 | S32 res = LLViewerObject::setTEShiny(te, shiny); |