summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.h
diff options
context:
space:
mode:
authorcallum <none@none>2012-08-29 11:16:22 -0700
committercallum <none@none>2012-08-29 11:16:22 -0700
commite4230e640aacda728c860ae43efaf7b8cd24f217 (patch)
tree42d4a875d295a9d8ff2ffbb40dcc895372dc1d3b /indra/newview/llvovolume.h
parent173364ed5da234c68dd6d0497e443f7aeb98e1b1 (diff)
MAINT-1455 FIX Media Texture not visually updated correctly
Reviewed by me. (Bao created)
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r--indra/newview/llvovolume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h
index 29e782e9dd..25fe085421 100644
--- a/indra/newview/llvovolume.h
+++ b/indra/newview/llvovolume.h
@@ -174,6 +174,7 @@ public:
/*virtual*/ void setScale(const LLVector3 &scale, BOOL damped);
+ /*virtual*/ void changeTEImage(S32 index, LLViewerTexture* new_image) ;
/*virtual*/ void setNumTEs(const U8 num_tes);
/*virtual*/ void setTEImage(const U8 te, LLViewerTexture *imagep);
/*virtual*/ S32 setTETexture(const U8 te, const LLUUID &uuid);