diff options
author | Oz Linden <oz@lindenlab.com> | 2013-02-04 09:38:06 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-02-04 09:38:06 -0500 |
commit | 68ec77127b158f0abffb6160eb7d870c85b278ad (patch) | |
tree | ad43a05bb4a45449d27f4c077ef8ca653f35d7b9 /indra/llprimitive/llprimitive.h | |
parent | 19233999edfd143d0e7f8e3743dc07455d206172 (diff) | |
parent | 7cc7ae873c5aeca9b5939176fb70677365e25395 (diff) |
merge tonyas loop fixes
Diffstat (limited to 'indra/llprimitive/llprimitive.h')
-rw-r--r-- | indra/llprimitive/llprimitive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/llprimitive.h b/indra/llprimitive/llprimitive.h index e1635740ef..6a9c5e9639 100644 --- a/indra/llprimitive/llprimitive.h +++ b/indra/llprimitive/llprimitive.h @@ -355,6 +355,7 @@ public: virtual S32 setTEMediaFlags(const U8 te, const U8 flags); virtual S32 setTEGlow(const U8 te, const F32 glow); virtual S32 setTEMaterialID(const U8 te, const LLMaterialID& pMaterialID); + virtual S32 setTEMaterialParams(const U8 index, const LLMaterialPtr pMaterialParams); virtual BOOL setMaterial(const U8 material); // returns TRUE if material changed void copyTEs(const LLPrimitive *primitive); |